Skip to content

Commit 07c917f

Browse files
committed
Merge #137: doc: Fix broken markdown links
e15816a doc: Fix broken markdown links (Ryan Ofsky) Pull request description: Detected by downstream ci https://cirrus-ci.com/task/6241220336287744?logs=lint#L459 in https://corecheck.dev/bitcoin/bitcoin/pulls/31741 Top commit has no ACKs. Tree-SHA512: 6a994740aa28d018ef3bbc932ebb261f4c99eb99b6159f290a39ed55238b91c5c768a53467c7b172a3453458f032f9a3a7bfccd5fa21e1dfb38190a2d15a0ecb
2 parents e89b2c6 + e15816a commit 07c917f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The `ProxyServer` objects help translate IPC requests from a socket to method ca
1414

1515
## Example
1616

17-
A simple interface description can be found at [test/mp/test/foo.capnp](test/mp/test/foo.capnp), implementation in [test/mp/test/foo.h](test/mp/test/foo.h), and usage in [test/mp/test/test.cpp](test/mp/test/test.cpp).
17+
A simple interface description can be found at [test/mp/test/foo.capnp](../test/mp/test/foo.capnp), implementation in [test/mp/test/foo.h](../test/mp/test/foo.h), and usage in [test/mp/test/test.cpp](../test/mp/test/test.cpp).
1818

19-
A more complete example can be found in [example](example/) and run with:
19+
A more complete example can be found in [example](../example/) and run with:
2020

2121
```sh
2222
make -C build example

0 commit comments

Comments
 (0)