aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEpic Curious <109078515+epiccurious@users.noreply.github.com>2024-05-22 07:39:35 -0400
committerEpic Curious <109078515+epiccurious@users.noreply.github.com>2024-05-23 19:14:06 -0400
commit9013e2b97e8f50d2be63ce740c42d0b0e0b9b7f2 (patch)
treec2824078b7aa12d4de7c75bff457f7b1adbe9388 /doc
parentfa8cb0516d4198c56d3dc1252a5a899959e279aa (diff)
downloadbitcoin-9013e2b97e8f50d2be63ce740c42d0b0e0b9b7f2.tar.xz
Link to gen-bitcoin-conf.sh instead of bitcoin.conf placeholder
Diffstat (limited to 'doc')
-rw-r--r--doc/init.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/init.md b/doc/init.md
index 7f79027718..64ab971557 100644
--- a/doc/init.md
+++ b/doc/init.md
@@ -43,8 +43,8 @@ This allows for running bitcoind without having to do any manual configuration.
`conf`, `pid`, and `wallet` accept relative paths which are interpreted as
relative to the data directory. `wallet` *only* supports relative paths.
-For an example configuration file that describes the configuration settings,
-see `share/examples/bitcoin.conf`.
+To generate an example configuration file that describes the configuration settings,
+see [contrib/devtools/README.md](../contrib/devtools/README.md#gen-bitcoin-confsh).
Paths
---------------------------------