We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bf3c1 commit be3ccbdCopy full SHA for be3ccbd
README.md
@@ -146,7 +146,7 @@ client.with_options(max_retries=5).memories.add(
146
### Timeouts
147
148
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:
+which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
150
151
```python
152
from supermemory import Supermemory
0 commit comments