pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.17k stars 166 forks source link

doc: fix wrong documentation link for socket unbind #194

Closed lefinal closed 1 year ago

lefinal commented 1 year ago

Fixes a wrong link that previously pointed to http://api.zeromq.org/4-1:zmq-bind#toc2 while the correct one should be http://api.zeromq.org/4-1:zmq-unbind#toc2.

pebbe commented 1 year ago

Thanks