We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27f6d8 commit c17f081Copy full SHA for c17f081
README.md
@@ -219,7 +219,7 @@ client.with_options(max_retries=5).hris.directory.list()
219
### Timeouts
220
221
By default requests time out after 1 minute. You can configure this with a `timeout` option,
222
-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:
223
224
```python
225
from finch import Finch
0 commit comments