Add python-eventlet package to MOS 9.0 repository
[packages/trusty/python-eventlet.git] / python-eventlet / doc / design_patterns.rst
index f27f37d85465f4d5498d7b396eb18756eb849869..0f844090e98a7d3115dc0c82b72dca89099a46a2 100644 (file)
@@ -14,7 +14,7 @@ The canonical client-side example is a web crawler.  This use case is given a li
     from eventlet.green import urllib2
 
     urls = ["http://www.google.com/intl/en_ALL/images/logo.gif",
-           "https://wiki.secondlife.com/w/images/secondlife.jpg",
+           "https://www.python.org/static/img/python-logo.png",
            "http://us.i1.yimg.com/us.yimg.com/i/ww/beta/y3.gif"]
 
     def fetch(url):