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 6fbce26 commit 6df47f4Copy full SHA for 6df47f4
README.md
@@ -234,7 +234,7 @@ client.with_options(max_retries=5).cards.list(
234
### Timeouts
235
236
By default requests time out after 1 minute. You can configure this with a `timeout` option,
237
-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:
238
239
```python
240
from lithic import Lithic
0 commit comments