We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3036c4b commit 482e328Copy full SHA for 482e328
README.md
@@ -243,7 +243,7 @@ client.with_options(max_retries=5).datasources.create(
243
### Timeouts
244
245
By default requests time out after 5 minutes. You can configure this with a `timeout` option,
246
-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:
247
248
```python
249
from asktable import Asktable
0 commit comments