From: Cory Benfield Date: Tue, 26 Aug 2014 19:20:34 +0000 (+0100) Subject: Remove timeline.json from docs. X-Git-Tag: v2.4.0~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08d8876230884eea98306ff60e1778a92fd09057;p=services%2Fpython-requests.git Remove timeline.json from docs. --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 76d4e51..ff00834 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -29,7 +29,7 @@ Begin by importing the Requests module:: Now, let's try to get a webpage. For this example, let's get GitHub's public timeline :: - >>> r = requests.get('https://github.com/timeline.json') + >>> r = requests.get('https://api.github.com/events') Now, we have a :class:`Request ` object called ``r``. We can get all the information we need from this object.