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