We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355779a commit 5e8cb3aCopy full SHA for 5e8cb3a
README.md
@@ -138,7 +138,7 @@ client.with_options(max_retries=5).current_time.retrieve()
138
### Timeouts
139
140
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:
+which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
142
143
```python
144
from onebusaway import OnebusawaySDK
0 commit comments