From 9013e2b97e8f50d2be63ce740c42d0b0e0b9b7f2 Mon Sep 17 00:00:00 2001 From: Epic Curious <109078515+epiccurious@users.noreply.github.com> Date: Wed, 22 May 2024 07:39:35 -0400 Subject: [PATCH] Link to gen-bitcoin-conf.sh instead of bitcoin.conf placeholder --- doc/init.md | 4 ++-- 1 file 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 ---------------------------------