Skip to content

Commit a88cd90

Browse files
committed
jekyll: don't use tmpdir for links
1 parent 7d1737b commit a88cd90

27 files changed

+27
-27
lines changed

addition-removal-mempool.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:page-nav_order: 30
33
:page-parent: Mempool
44
:mermaid-puppeteer-config: ./puppeteer-config.json
5-
include::tmp/links.adoc[]
5+
include::links-onepage.adoc[]
66
== Addition to the mempool
77

88
Transactions are added to the mempool via `addUnchecked()` as part of the `AcceptToMemoryPool()` flow.

addrman.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:page-title: Addrman
22
:page-nav_order: 40
33
:page-parent: P2P
4-
include::tmp/links.adoc[]
4+
include::links-onepage.adoc[]
55
=== Addrman
66

77
Addrman is the in-memory database of peers and consists of the new and tried tables.

block-relay.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:page-title: Block relay
22
:page-nav_order: 90
33
:page-parent: P2P
4-
include::tmp/links.adoc[]
4+
include::links-onepage.adoc[]
55
[[block_relay]]
66
=== Block relay
77

calculating-balance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:page-title: Calculating a balance
22
:page-nav_order: 30
33
:page-parent: Wallet
4-
include::tmp/links.adoc[]
4+
include::links-onepage.adoc[]
55
=== Calculating a balance
66

77
For balance calculation we https://github.com/bitcoin/bitcoin/blob/master/src/wallet/receive.cpp#L293-L320[iterate^] `mapWallet` and add values to a `Balance` struct.

coin-selection.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:page-title: Coin selection
22
:page-nav_order: 40
33
:page-parent: Wallet
4-
include::tmp/links.adoc[]
4+
include::links-onepage.adoc[]
55
[id=coin-selection-overview]
66
=== Coin selection
77

consensus-and-validation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Consensus and Validation
22
:page-nav_order: 20
33
:page-has_children: true
4-
include::tmp/links.adoc[]
4+
include::links-onepage.adoc[]
55

66
TIP: This section has been updated to Bitcoin Core @ https://github.com/bitcoin/bitcoin/tree/v23.0[v23.0^]
77

consensus-bugs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:page-title: Consensus bugs
22
:page-nav_order: 30
33
:page-parent: Consensus and Validation
4-
include::tmp/links.adoc[]
4+
include::links-onepage.adoc[]
55
== Consensus and validation bugs
66

77
Consensus and validation bugs can arise both from inside the Bitcoin Core codebase itself, and from external dependencies.

consensus-exercises.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:page-title: Consensus exercises
22
:page-nav_order: 120
33
:page-parent: Consensus and Validation
4-
include::tmp/links.adoc[]
4+
include::links-onepage.adoc[]
55
== Exercises
66

77
[qanda]

consensus-specification.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:page-title: Consensus specification
22
:page-nav_order: 60
33
:page-parent: Consensus and Validation
4-
include::tmp/links.adoc[]
4+
include::links-onepage.adoc[]
55
== Bitcoin core consensus specification
66

77
A common question is where the bitcoin protocol is documented, i.e. specified.

cwallet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:page-title: CWallet
22
:page-nav_order: 100
33
:page-parent: Wallet
4-
include::tmp/links.adoc[]
4+
include::links-onepage.adoc[]
55
== CWallet
66

77
The `CWallet` object is the fundamental wallet representation inside Bitcoin Core.

0 commit comments

Comments
 (0)