Skip to content

Commit 1263826

Browse files
committed
Compat detail: add links to sections
1 parent cf6dcae commit 1263826

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

_includes/templates/compatibility-page.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
![{{tool.name|escape_once}}]({{tool.logo}}){:.third-party-logo}{:title="{{tool.name}}"}
22

3-
## Replace-by-Fee (RBF)
3+
{:.center}
4+
[Replace-by-Fee](#rbf) \| [Segwit](#segwit)
5+
6+
## Replace-by-Fee (RBF) {#rbf}
47

58
{% assign tested = tool.rbf.tested. %}
69
**Tested**: {% if tested.version != "n/a" %} *version {{tested.version}}* {% endif %} on *{{tested.platforms}}*
@@ -204,7 +207,7 @@ block chain space used, this is the most efficient form of fee bumping.
204207

205208
{% include functions/compat-gallery.md examples=tool.rbf.examples %}
206209

207-
## Segwit Addresses
210+
## Segwit Addresses {#segwit}
208211

209212
Transactions that spend bitcoins secured by segregated witness (segwit) use less
210213
block weight than equivalent non-segwit (legacy) transactions, allowing

en/compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ h1, h2, h3, h4, h5, h6 { text-align: center; }
3737
{% for wrapped_tool in tools %}
3838
{% assign tool = wrapped_tool[1] %}
3939
<tr>
40-
<td><a href="{{tool.internal_url}}">{{tool.name}}</a></td>
40+
<td><a href="{{tool.internal_url}}#rbf">{{tool.name}}</a></td>
4141
{% include functions/compat-cell.md state=tool.rbf.features.receive.notification anchor="#receive-notification" %}
4242
{% include functions/compat-cell.md state=tool.rbf.features.receive.list anchor="#receive-list" %}
4343
{% include functions/compat-cell.md state=tool.rbf.features.receive.details anchor="#receive-details" %}
@@ -75,7 +75,7 @@ h1, h2, h3, h4, h5, h6 { text-align: center; }
7575
{% for wrapped_tool in tools %}
7676
{% assign tool = wrapped_tool[1] %}
7777
<tr>
78-
<td><a href="{{tool.internal_url}}#segwit-addresses">{{tool.name}}</a></td>
78+
<td><a href="{{tool.internal_url}}#segwit">{{tool.name}}</a></td>
7979
{% if tool.segwit %}
8080

8181
{% assign segwit_receive_default = "" %}

0 commit comments

Comments
 (0)