Updated the broken link to twitter streaming API documentation
authorrakesh <krvc.it@gmail.com>
Mon, 8 Dec 2014 20:29:55 +0000 (01:59 +0530)
committerrakesh <krvc.it@gmail.com>
Mon, 8 Dec 2014 20:29:55 +0000 (01:59 +0530)
docs/user/advanced.rst

index 6ec61eac16af8c89c113f1f7e90082143b999034..ed990666dcb08e3dc4304ef2f78ddbba0396037f 100644 (file)
@@ -384,7 +384,7 @@ Streaming Requests
 
 With :class:`requests.Response.iter_lines()` you can easily
 iterate over streaming APIs such as the `Twitter Streaming
-API <https://dev.twitter.com/docs/streaming-api>`_. Simply
+API <https://dev.twitter.com/streaming/overview>`_. Simply
 set ``stream`` to ``True`` and iterate over the response with
 :class:`~requests.Response.iter_lines()`::