Skip to content

Commit e15816a

Browse files
committed
1 parent e89b2c6 commit e15816a

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)