Skip to content

Commit d17c345

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ replicate.with_options(max_retries=5).predictions.create(
228228
### Timeouts
229229

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

233233
```python
234234
from replicate import Replicate

0 commit comments

Comments
 (0)