summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!
------------------------------------