You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,10 +117,10 @@ This is covered in much more detail in the [Message](message.md) documentation p
117
117
118
118
ZeroMQ (and therefore NetMQ) is all about patterns and building blocks. The <ahref="http://zguide.zeromq.org/page:all"target="_blank">ZeroMQ guide</a> covers everything you need to know to help you with these patterns. You should make sure you read the following sections before you attempt to start work with NetMQ.
119
119
120
-
+ <ahref="http://zguide.zeromq.org/page:all#Chapter-Sockets-and-Patterns"target="_blank">Chapter 2 - Sockets and Patterns</a>
NetMQ also has some examples of a few of these patterns written using the NetMQ APIs. Should you find the pattern you are looking for in the <ahref="http://zguide.zeromq.org/page:all"target="_blank">ZeroMQ guide</a> it should be fairly easy to translate that into NetMQ usage.
@@ -132,7 +132,7 @@ Here are some links to the patterns that are available within the NetMQ codebase
For other patterns, the <ahref="http://zguide.zeromq.org/page:all"target="_blank">ZeroMQ guide</a>
135
+
For other patterns, the <ahref="https://zguide.zeromq.org/"target="_blank">ZeroMQ guide</a>
136
136
will be your first port of call
137
137
138
138
ZeroMQ patterns are implemented by pairs of sockets of particular types. In other words, to understand ZeroMQ patterns you need to understand socket types and how they work together. Mostly, this just takes study; there is little that is obvious at this level.
0 commit comments