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 b541374 commit 0fc6f85Copy full SHA for 0fc6f85
README.md
@@ -216,7 +216,7 @@ client.with_options(max_retries=5).identity.get_authenticated_identity()
216
### Timeouts
217
218
By default requests time out after 1 minute. You can configure this with a `timeout` option,
219
-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:
220
221
```python
222
from gitpod import Gitpod
0 commit comments