]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update link to timeout fine tuning in quickstart (#696)
authorDavid Larlet <3556+davidbgk@users.noreply.github.com>
Tue, 31 Dec 2019 12:02:14 +0000 (07:02 -0500)
committerTom Christie <tom@tomchristie.com>
Tue, 31 Dec 2019 12:02:14 +0000 (12:02 +0000)
docs/quickstart.md

index faa34959f01f127357e772da1d0cf5ebc4851ffe..15defb1e4c7aad0bc443b184d8c33f8a62541be7 100644 (file)
@@ -433,7 +433,7 @@ You can also disable the timeout behavior completely...
 >>> await httpx.get('https://github.com/', timeout=None)
 ```
 
-For advanced timeout management, see [Timeout fine-tuning](https://www.encode.io/httpx/advanced/#timeout-fine-tuning).
+For advanced timeout management, see [Timeout fine-tuning](https://www.encode.io/httpx/advanced/#fine-tuning-the-configuration).
 
 ## Authentication