From dc0446fb7323600be5a4f2b2a9b2c25b898a22b8 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Tue, 29 Jun 2021 15:35:17 +0200 Subject: [PATCH] Fix order and links --- 09_0_Introducing_Bitcoin_Scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/09_0_Introducing_Bitcoin_Scripts.md b/09_0_Introducing_Bitcoin_Scripts.md index 37aa452..12e1df0 100644 --- a/09_0_Introducing_Bitcoin_Scripts.md +++ b/09_0_Introducing_Bitcoin_Scripts.md @@ -22,6 +22,6 @@ Supporting objectives include the ability to: * [Section One: Understanding the Foundation of Transactions](09_1_Understanding_the_Foundation_of_Transactions.md) * [Section Two: Running a Bitcoin Script](09_2_Running_a_Bitcoin_Script.md) -* [Section Three: Scripting a P2PKH](09_3_Scripting_a_P2PKH.md) -* [Section Four: Testing a Bitcoin Script](09_4_Testing_a_Bitcoin_Script.md) +* [Section Three: Testing a Bitcoin Script](09_3_Testing_a_Bitcoin_Script.md) +* [Section Four: Scripting a P2PKH](09_4_Scripting_a_P2PKH.md) * [Section Five: Scripting a P2WPKH](09_5_Scripting_a_P2WPKH.md)