summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakesh <krvc.it@gmail.com>2014-12-09 01:59:55 +0530
committerrakesh <krvc.it@gmail.com>2014-12-09 01:59:55 +0530
commit508f4b1ca514b2f18adaba807eaa81e0c298b8e1 (patch)
tree6f5b9b13b889076c9e8a3f797b780ad64036df20
parent1d9bf43def50780f733e83b9e0d99c9673f0abbe (diff)
downloadpython-requests-508f4b1ca514b2f18adaba807eaa81e0c298b8e1.tar.gz
Updated the broken link to twitter streaming API documentation
-rw-r--r--docs/user/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst
index 6ec61eac..ed990666 100644
--- a/docs/user/advanced.rst
+++ b/docs/user/advanced.rst
@@ -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()`::