Skip to content

Commit dcf6230

Browse files
committed
Merge bitcoin/bitcoin#28556: doc: fix link to developer-notes.md file in multiprocess.md
d9b172c doc: fix link to developer-notes.md file in multiprocess.md (David Álvarez Rosa) Pull request description: Fix link to `developer-notes.md` file in `multiprocess.md`. ACKs for top commit: fanquake: ACK d9b172c Tree-SHA512: 55fffefb37c4d67acb1fa8b0660216ec1c7f2c2314d11e4d319cae40480ed59ef448909fa2ca334167c86d60d41932220dce4186e28fa300f4d03eb0b3c769d0
2 parents 48b8910 + d9b172c commit dcf6230

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)