We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61aabac commit 0114564Copy full SHA for 0114564
README.md
@@ -244,7 +244,7 @@ client.with_options(max_retries=5).zones.get(
244
### Timeouts
245
246
By default requests time out after 1 minute. You can configure this with a `timeout` option,
247
-which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/#fine-tuning-the-configuration) object:
+which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
248
249
```python
250
from cloudflare import Cloudflare
0 commit comments