diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-13 12:31:45 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-13 12:31:50 +0200 |
commit | a1d623da3ea4c73605d27703bc966ed8109d231e (patch) | |
tree | 116be99543ebe8e9b1db44ebea2c021e05aa022e | |
parent | 9caaf6ed22d052bae2b9552a7d2df529166664e8 (diff) | |
parent | 7d325b9de7d6bb2a38ece738436e615588696010 (diff) |
Merge pull request #6810
7d325b9 zmq: point API link to 4.0 as that is what we are conforming to [Trivial] (Johnathan Corgan)
-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 |