Skip to content

Commit ed91f34

Browse files
docs(client): fix httpx.Timeout documentation reference
1 parent b1576ce commit ed91f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ client.with_options(max_retries=5).inference_pipelines.data.stream(
227227
### Timeouts
228228

229229
By default requests time out after 1 minute. You can configure this with a `timeout` option,
230-
which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/#fine-tuning-the-configuration) object:
230+
which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
231231

232232
```python
233233
from openlayer import Openlayer

0 commit comments

Comments
 (0)