From 207ced1c1000b47e1bf4f29dd954592fd7e8235e Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 5 Aug 2020 10:08:01 -1000 Subject: [PATCH] Update 15_3_Receiving_Bitcoind_Notifications_with_C.md --- 15_3_Receiving_Bitcoind_Notifications_with_C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_3_Receiving_Bitcoind_Notifications_with_C.md b/15_3_Receiving_Bitcoind_Notifications_with_C.md index 3acea70..c055578 100644 --- a/15_3_Receiving_Bitcoind_Notifications_with_C.md +++ b/15_3_Receiving_Bitcoind_Notifications_with_C.md @@ -151,7 +151,7 @@ By using the ZMQ framework, you can easily receive notifications by subscribing ## What's Next? -Learn more about "Programming with RPC" in [Chapter 16: Talking to Bitcoind with Libwally](16_0_Talking_to_Libwally.md). +Learn more about "Programming with RPC" in [Chapter 16: Programming bitcoin with Libwally](16_0_Programming_with_Libwally.md).