From be3e2cc436664fb4ed99ea07349a43b1d4949c7e Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 5 Aug 2020 08:07:09 -1000 Subject: [PATCH] fix link --- 15_2_Programming_Bitcoind_with_C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_2_Programming_Bitcoind_with_C.md b/15_2_Programming_Bitcoind_with_C.md index feafe8d..4994dd8 100644 --- a/15_2_Programming_Bitcoind_with_C.md +++ b/15_2_Programming_Bitcoind_with_C.md @@ -324,7 +324,7 @@ The entire code, with a _little_ more error-checking appears in the Appendix. ### Testing Your Code -The complete code can be found in the [src directory](15_2_sendtoaddress.c). +The complete code can be found in the [src directory](src/15_2_sendtoaddress.c). ``` Compile this as usual: