Skip to content

Commit ad1b7b1

Browse files
committed
Merge #18957: Add a link from ZMQ doc to ZMQ example in contrib/
d97fac4 Add a link from ZMQ doc to ZMQ example in contrib/ (Damian Mee) Pull request description: No code changes :). Only a small convenience improvement in zmq doc. ACKs for top commit: fanquake: ACK d97fac4 Tree-SHA512: f05a8a7a77c0a698637fd24ffc94d0d617743b434f46695a56576a53331ede254aeece416baf3f8275ae4dfad85ae6e14d1920aa32af53150847420a176d90fb
2 parents 49d237c + d97fac4 commit ad1b7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ZeroMQ endpoint specifiers for TCP (and others) are documented in the
9696
Client side, then, the ZeroMQ subscriber socket must have the
9797
ZMQ_SUBSCRIBE option set to one or either of these prefixes (for
9898
instance, just `hash`); without doing so will result in no messages
99-
arriving. Please see `contrib/zmq/zmq_sub.py` for a working example.
99+
arriving. Please see [`contrib/zmq/zmq_sub.py`](/contrib/zmq/zmq_sub.py) for a working example.
100100

101101
## Remarks
102102

0 commit comments

Comments
 (0)