From a69a81591ae836ce6f347aca84fdee91f080613f Mon Sep 17 00:00:00 2001
From: Nils Diefenbach <23okrs20+github@mykolab.com>
Date: Tue, 1 Aug 2017 19:59:41 +0200
Subject: [PATCH] Fixed broken link to PubSub Example
It now links to via archive.org's WayBackMachine - I found a snapshot from 2011 there.
---
source/references/links.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/references/links.rst b/source/references/links.rst
index c164080..a226fcf 100644
--- a/source/references/links.rst
+++ b/source/references/links.rst
@@ -39,7 +39,7 @@ Various links for understanding ZeroMQ
* `Python Multiprocessing with ZeroMQ `_
* `Python work queue with zeromq `_
* `Que handler and 0MQ `_
-* `PupSub example with 0MQ `_
+* `PupSub example with 0MQ `_
* `Learning 0MQ example `_
* `Messaging a high level intro `_
* `ZMQ pupsub `_