From c903a1ff5b0e9deb1a46650d52e657258e8e505c Mon Sep 17 00:00:00 2001 From: zerotobtc Date: Fri, 14 Jan 2022 07:28:03 +0100 Subject: [PATCH] Fixed internal link The internal link to the top of the page didn't work, went straight to a 404. There were two typos in the internal link (naming and chapter). Also adjusted the description of the link so it matches the original header: "Create a BitcoinRPC Project" instead of "Creating a BitcoinRPC Project" --- 18_4_Accessing_Bitcoind_with_Python.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/18_4_Accessing_Bitcoind_with_Python.md b/18_4_Accessing_Bitcoind_with_Python.md index 3052049..a5f8f25 100644 --- a/18_4_Accessing_Bitcoind_with_Python.md +++ b/18_4_Accessing_Bitcoind_with_Python.md @@ -461,7 +461,8 @@ Learn more about "Talking to Bitcoin in Other Languages" in [18.5: Accessing Bit ## Variant: Build Python from Source -If you need to install Python 3 from source, follow these instructions, then continue with ["Creating a BitcoinRPC Project"](17_4_Accessing_Bitcoind_with_Python.md#creating-a-bitcoinrpc-project). +If you need to install Python 3 from source, follow these instructions, then continue with ["Create a BitcoinRPC Project"](18_4_Accessing_Bitcoind_with_Python.md#create-a-bitcoinrpc-project). + ### 1. Install Dependencies ```sh