We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffacf10 commit 2c5ba6fCopy full SHA for 2c5ba6f
1 file changed
README.md
@@ -224,7 +224,7 @@ client.with_options(max_retries=5).sessions.create()
224
### Timeouts
225
226
By default requests time out after 1 minute. You can configure this with a `timeout` option,
227
-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:
228
229
```python
230
from steel import Steel
0 commit comments