Skip to content

Commit 8e53068

Browse files
authored
fixing link
1 parent a187905 commit 8e53068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16_1_Accessing_Bitcoind_with_C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ printf("Block Count: %d\n",blocks);
213213
214214
### Test the Info Code
215215

216-
Retrieve the test code from [the src directory](15_1_getmininginfo.c).
216+
Retrieve the test code from [the src directory](src/15_1_getmininginfo.c).
217217
```
218218
$ cc getmininginfo.c -lbitcoinrpc -ljansson -o getmininginfo
219219
$ ./getmininginfo

0 commit comments

Comments
 (0)