From e15816a6c33d80e0f387f5a4d8913cb96a377bea Mon Sep 17 00:00:00 2001 From: Ryan Ofsky Date: Mon, 27 Jan 2025 13:25:44 -0500 Subject: [PATCH] doc: Fix broken markdown links Detected by downstream ci job https://cirrus-ci.com/task/6241220336287744?logs=lint#L459 in https://corecheck.dev/bitcoin/bitcoin/pulls/31741 --- doc/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage.md b/doc/usage.md index 9de00ad8..0ef029f1 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -14,9 +14,9 @@ The `ProxyServer` objects help translate IPC requests from a socket to method ca ## Example -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). +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). -A more complete example can be found in [example](example/) and run with: +A more complete example can be found in [example](../example/) and run with: ```sh make -C build example