From 9aed0cad4cf6511a4987de6b35999958ba24d5f0 Mon Sep 17 00:00:00 2001 From: Max Zheng Date: Sat, 23 Sep 2023 18:46:00 -0700 Subject: [PATCH] Fix links in README --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e908e9e..ab614a7 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ aiohttp-requests ============================================================ -Behold, the power of `aiohttp `_ client with `Requests `_ simplicity: +Behold, the power of aiohttp_ client with `Requests `_ simplicity: .. code-block:: python @@ -31,7 +31,11 @@ Behold, the power of `aiohttp `_ client with `Re >>> json {'current_user_url': 'https://api.github.com/user', ... } -The `requests` object is just proxying `get` and any other HTTP verb methods to `aiohttp.ClientSession `_, which returns `aiohttp.ClientResponse `_. To do anything else, just read the `aiohttp `_ doc. +The `requests` object is just proxying `get` and other HTTP verb methods to `aiohttp.ClientSession`_, which returns `aiohttp.ClientResponse`_. To do anything else, read the aiohttp_ doc. + +.. _`aiohttp.ClientSession`: https://docs.aiohttp.org/en/stable/client_reference.html?#aiohttp.ClientSession +.. _`aiohttp.ClientResponse`: https://docs.aiohttp.org/en/stable/client_reference.html?#aiohttp.ClientResponse +.. _aiohttp: https://docs.aiohttp.org/en/stable/ Links & Contact Info ==================== @@ -40,6 +44,5 @@ Links & Contact Info | GitHub Source: https://github.com/maxzheng/aiohttp-requests | Report Issues/Bugs: https://github.com/maxzheng/aiohttp-requests/issues | -| Follow: https://twitter.com/MaxZhengX | Connect: https://www.linkedin.com/in/maxzheng | Contact: maxzheng.os @t gmail.com