From 44fcd6e932a319fca8ba0d812bcaf4ac0a5205ba Mon Sep 17 00:00:00 2001 From: naiyoma Date: Wed, 11 Jun 2025 15:44:42 +0300 Subject: [PATCH] fix usage link --- docs/examples/walkthrough/walkthrough.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/walkthrough/walkthrough.rst b/docs/examples/walkthrough/walkthrough.rst index 2e5f874e3..e58bf00db 100644 --- a/docs/examples/walkthrough/walkthrough.rst +++ b/docs/examples/walkthrough/walkthrough.rst @@ -7,7 +7,7 @@ together with a Bitcoin Core Wallet. As hardware wallet example we have used a T Create a watch-only Bitcoin Core wallet for Trezor ================================================== -Create your watch-only Bitcoin Core Wallet as described in `Using Bitcoin Core with Hardware Wallets <../bitcoin-core-usage.rst>`_. +Create your watch-only Bitcoin Core Wallet as described in `Using Bitcoin Core with Hardware Wallets <../bitcoin-core-usage.html>`_. You find all the details well described in this link. But in summary, one opens a terminal and runs ``bitcoind``. E.g. ::