summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <icordasc+github@coglib.com>2014-12-08 17:46:08 -0600
committerIan Cordasco <icordasc+github@coglib.com>2014-12-08 17:46:08 -0600
commite23bf10cf4ecc62f6c3dd6284043516fb833d9ce (patch)
tree6f5b9b13b889076c9e8a3f797b780ad64036df20
parent1d9bf43def50780f733e83b9e0d99c9673f0abbe (diff)
parent508f4b1ca514b2f18adaba807eaa81e0c298b8e1 (diff)
downloadpython-requests-e23bf10cf4ecc62f6c3dd6284043516fb833d9ce.tar.gz
Merge pull request #2374 from krvc/fix_link
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()`::