Skip to content

Commit d9b172c

Browse files
author
David Álvarez Rosa
committed
doc: fix link to developer-notes.md file in multiprocess.md
1 parent e3b0528 commit d9b172c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design/multiprocess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Alternately, you can install [Cap'n Proto](https://capnproto.org/) and [libmulti
3838

3939
Cross process Node, Wallet, and Chain interfaces are defined in
4040
[`src/interfaces/`](../src/interfaces/). These are C++ classes which follow
41-
[conventions](developer-notes.md#internal-interface-guidelines), like passing
41+
[conventions](../developer-notes.md#internal-interface-guidelines), like passing
4242
serializable arguments so they can be called from different processes, and
4343
making methods pure virtual so they can have proxy implementations that forward
4444
calls between processes.

0 commit comments

Comments
 (0)