From b7f0511fb8454e284018f99b30cb534cffdb6130 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 4 Aug 2020 13:20:02 -1000 Subject: [PATCH] fixing A3 link (again) --- A2_0_Compiling_Bitcoin_from_Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A2_0_Compiling_Bitcoin_from_Source.md b/A2_0_Compiling_Bitcoin_from_Source.md index 1996e57..b2a95c6 100644 --- a/A2_0_Compiling_Bitcoin_from_Source.md +++ b/A2_0_Compiling_Bitcoin_from_Source.md @@ -122,7 +122,7 @@ If you wanted the increased security of installing Bitcoin from source, you shou ## What's Next? -If you were in the process of creating a Bitcoin node for use in this course, you should continue on with [Chapter 3: Understanding Your Bitcoin Setup](03_0_Understanding_Your_Bitcoin_Setup.md). +If you were in the process of creating a Bitcoin node for use in this course, you should continue on with [Chapter 3: Understanding Your Bitcoin Setup](A3_0_Using_Bitcoin_Regtest.md). If you are reading through the appendices, continue with [Appendix III: Using Bitcoin Regtest](3_0_Using_Bitcoin_Regtest.md).