summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-02-20 23:50:29 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-02-20 23:50:29 +0100
commitbd4cfe64560d240ffa031062bab9482c7f05091f (patch)
tree3f3f048dcb6626bdb5bd6b942c1aefa57e3e2231 /README.rst
parent4f48d73e39e81d28215399952aeb1da672cd8c9a (diff)
downloadoauthlib-bd4cfe64560d240ffa031062bab9482c7f05091f.tar.gz
Fix #106
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index afdc803..35f5012 100644
--- a/README.rst
+++ b/README.rst
@@ -33,11 +33,10 @@ Interested in making OAuth requests?
------------------------------------
Then you might be more interested in using `requests`_ which has OAuthLib
-powered OAuth support built-in. See the `requests OAuth examples`_ for
-how you can get started.
+powered OAuth support provided by the `requests-oauthlib`_ library.
.. _`requests`: https://github.com/kennethreitz/requests
-.. _`requests OAuth examples`: http://docs.python-requests.org/en/latest/user/quickstart/#oauth-authentication
+.. _`requests-oauthlib`: https://github.com/requests/requests-oauthlib
Using OAuthLib? Please get in touch!
------------------------------------