diff options
author | Ib Lundgren <ib.lundgren@gmail.com> | 2012-10-25 21:51:07 +0200 |
---|---|---|
committer | Ib Lundgren <ib.lundgren@gmail.com> | 2012-10-25 21:51:07 +0200 |
commit | f0f47aa2dcd5812a8e45295531f3d74bfb609313 (patch) | |
tree | 4c854e34d458f2a3744ce416c2a87deb15567b74 /README.rst | |
parent | 0a57c7c833d17f2a259d954ce065871b17603c9a (diff) | |
download | oauthlib-f0f47aa2dcd5812a8e45295531f3d74bfb609313.tar.gz |
Forgot trailing underscore on links.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ veneer on top of OAuthLib and get OAuth support for very little effort. 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 +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. .. _`requests`: https://github.com/kennethreitz/requests |