Add a link from ZMQ doc to ZMQ example in contrib/

This commit is contained in:
Damian Mee 2020-05-12 16:06:28 +08:00
parent 7a5767423f
commit d97fac422e
No known key found for this signature in database
GPG key ID: 2F961EAB8789725D

View file

@ -96,7 +96,7 @@ ZeroMQ endpoint specifiers for TCP (and others) are documented in the
Client side, then, the ZeroMQ subscriber socket must have the Client side, then, the ZeroMQ subscriber socket must have the
ZMQ_SUBSCRIBE option set to one or either of these prefixes (for ZMQ_SUBSCRIBE option set to one or either of these prefixes (for
instance, just `hash`); without doing so will result in no messages instance, just `hash`); without doing so will result in no messages
arriving. Please see `contrib/zmq/zmq_sub.py` for a working example. arriving. Please see [`contrib/zmq/zmq_sub.py`](/contrib/zmq/zmq_sub.py) for a working example.
## Remarks ## Remarks