Update link to timeout fine tuning in quickstart (#696)

This commit is contained in:
David Larlet 2019-12-31 07:02:14 -05:00 committed by Tom Christie
parent de8b95533d
commit 22663bc66e

View 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