diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-10-12 13:39:47 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-10-12 13:40:13 -0700 |
commit | 7d325b9de7d6bb2a38ece738436e615588696010 (patch) | |
tree | 20d47ae189eb4e1e4f56d16f0fcbb2f06e1a4238 | |
parent | 4ca6ddec4d7918b47f0e4747c5647daf54675306 (diff) |
zmq: point API link to 4.0 as that is what we are conforming to [Trivial]
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
-rw-r--r-- | doc/zmq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq.md b/doc/zmq.md index 484b005cf4..53e557e3db 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -78,7 +78,7 @@ bytes). These options can also be provided in bitcoin.conf. ZeroMQ endpoint specifiers for TCP (and others) are documented in the -[ZeroMQ API](http://api.zeromq.org). +[ZeroMQ API](http://api.zeromq.org/4-0:_start). Client side, then, the ZeroMQ subscriber socket must have the ZMQ_SUBSCRIBE option set to one or either of these prefixes (for |