Skip to content

Commit f53edcd

Browse files
authored
Fix httpx docs link in README (#121)
2 parents e001f07 + 8c477f9 commit f53edcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ def test_something(browser_mock: BrowserMock):
10071007
```
10081008

10091009
[1]: https://pypi.python.org/pypi/httpx "httpx module"
1010-
[2]: https://www.python-httpx.org/advanced/#customizing-authentication "authentication parameter on httpx module"
1010+
[2]: https://www.python-httpx.org/advanced/authentication/#custom-authentication-schemes "Custom authentication schemes"
10111011
[3]: https://openid.net/specs/openid-connect-core-1_0.html#IDToken "OpenID ID Token specifications"
10121012
[4]: https://docs.python.org/3/library/webbrowser.html#webbrowser.open "Python webbrowser module"
10131013
[5]: https://github.com/python/cpython/blob/main/Lib/webbrowser.py "Python webbrowser module code"

0 commit comments

Comments
 (0)