From 8e53068b940aeae198d7405b101a97f1879726a5 Mon Sep 17 00:00:00 2001 From: Ian Culp <57159226+icculp@users.noreply.github.com> Date: Wed, 4 Aug 2021 20:18:57 -0500 Subject: [PATCH] fixing link --- 16_1_Accessing_Bitcoind_with_C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16_1_Accessing_Bitcoind_with_C.md b/16_1_Accessing_Bitcoind_with_C.md index b3f407b..1a55c7e 100644 --- a/16_1_Accessing_Bitcoind_with_C.md +++ b/16_1_Accessing_Bitcoind_with_C.md @@ -213,7 +213,7 @@ printf("Block Count: %d\n",blocks); ### Test the Info Code -Retrieve the test code from [the src directory](15_1_getmininginfo.c). +Retrieve the test code from [the src directory](src/15_1_getmininginfo.c). ``` $ cc getmininginfo.c -lbitcoinrpc -ljansson -o getmininginfo $ ./getmininginfo