From 086b94ba592d3f3f3994943ddd585d1605d6e732 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:41:48 -1000 Subject: [PATCH] fixed link name --- 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 87d1d71..37ca086 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: Programming bitcoin with Libwally](16_0_Programming_with_Libwally.md). +Learn more about "Programming with RPC" in [Chapter 16: Programming Bitcoin with Libwally](16_0_Programming_with_Libwally.md).