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 9faba7c commit f3c0127Copy full SHA for f3c0127
README.md
@@ -192,7 +192,7 @@ client.with_options(max_retries=5).browsers.create(
192
### Timeouts
193
194
By default requests time out after 1 minute. You can configure this with a `timeout` option,
195
-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:
196
197
```python
198
from kernel import Kernel
0 commit comments