Skip to content

Commit 9f71cff

Browse files
author
Jeremy Rand
committed
doc: Use relative hyperlinks in release-process.md
Improves usability with offline clones of the documentation. Refs bitcoin/bitcoin#30025 (comment)
1 parent f1bcf3e commit 9f71cff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/release-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Release Process
66
### Before every release candidate
77

88
* Update release candidate version in `CMakeLists.txt` (`CLIENT_VERSION_RC`).
9-
* Update manpages (after rebuilding the binaries), see [gen-manpages.py](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagespy).
10-
* Update bitcoin.conf and commit changes if they exist, see [gen-bitcoin-conf.sh](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-bitcoin-confsh).
9+
* Update manpages (after rebuilding the binaries), see [gen-manpages.py](/contrib/devtools/README.md#gen-manpagespy).
10+
* Update bitcoin.conf and commit changes if they exist, see [gen-bitcoin-conf.sh](/contrib/devtools/README.md#gen-bitcoin-confsh).
1111

1212
### Before every major and minor release
1313

@@ -28,7 +28,7 @@ Release Process
2828

2929
#### Before branch-off
3030

31-
* Update translations see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations).
31+
* Update translations see [translation_process.md](/doc/translation_process.md#synchronising-translations).
3232
* Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/27488) for an example.
3333
* Update the following variables in [`src/kernel/chainparams.cpp`](/src/kernel/chainparams.cpp) for mainnet, testnet, and signet:
3434
- `m_assumed_blockchain_size` and `m_assumed_chain_state_size` with the current size plus some overhead (see

0 commit comments

Comments
 (0)