aboutsummaryrefslogtreecommitdiff
path: root/doc/zmq.md
diff options
context:
space:
mode:
authorDamian Mee <spam@meedamian.com>2020-05-12 16:06:28 +0800
committerDamian Mee <spam@meedamian.com>2020-05-12 16:06:28 +0800
commitd97fac422eaaefe13e1ed376e617882a100872ae (patch)
treeddc818f9c3069b38260fdd31b7e2f558e0d7f61e /doc/zmq.md
parent7a5767423f3757e876fbcb0f4ffb534172dd734d (diff)
downloadbitcoin-d97fac422eaaefe13e1ed376e617882a100872ae.tar.xz
Add a link from ZMQ doc to ZMQ example in contrib/
Diffstat (limited to 'doc/zmq.md')
-rw-r--r--doc/zmq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq.md b/doc/zmq.md
index a309abd0cc..3a1194de1c 100644
--- a/doc/zmq.md
+++ b/doc/zmq.md
@@ -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
ZMQ_SUBSCRIBE option set to one or either of these prefixes (for
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