Skip to content

Commit e7d0d02

Browse files
docs(client): fix httpx.Timeout documentation reference
1 parent 38b773a commit e7d0d02

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
@@ -146,7 +146,7 @@ client.with_options(max_retries=5).search.query(
146146
### Timeouts
147147

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

151151
```python
152152
from ydc_search_api import YdcSearchAPI

0 commit comments

Comments
 (0)