From 8c477f9f7af7158006c5bdd9c23a591c4f1e7084 Mon Sep 17 00:00:00 2001 From: Jeroen de Vries Date: Mon, 5 Jan 2026 15:26:19 +0100 Subject: [PATCH] Fix httpx docs link in README Updated link to httpx documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f538e0..06c1ddd 100644 --- a/README.md +++ b/README.md @@ -1007,7 +1007,7 @@ def test_something(browser_mock: BrowserMock): ``` [1]: https://pypi.python.org/pypi/httpx "httpx module" -[2]: https://www.python-httpx.org/advanced/#customizing-authentication "authentication parameter on httpx module" +[2]: https://www.python-httpx.org/advanced/authentication/#custom-authentication-schemes "Custom authentication schemes" [3]: https://openid.net/specs/openid-connect-core-1_0.html#IDToken "OpenID ID Token specifications" [4]: https://docs.python.org/3/library/webbrowser.html#webbrowser.open "Python webbrowser module" [5]: https://github.com/python/cpython/blob/main/Lib/webbrowser.py "Python webbrowser module code"