Skip to content

Commit 5e8cb3a

Browse files
docs(client): fix httpx.Timeout documentation reference
1 parent 355779a commit 5e8cb3a

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
@@ -138,7 +138,7 @@ client.with_options(max_retries=5).current_time.retrieve()
138138
### Timeouts
139139

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

143143
```python
144144
from onebusaway import OnebusawaySDK

0 commit comments

Comments
 (0)