From 51590a62599d50f2da4b1fda2b9d9906496f9d41 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Mon, 18 Dec 2023 10:00:35 +0100 Subject: [PATCH] :alien: Looks like links on requests docs are broken See https://github.com/psf/requests/issues/6604 --- docs/developers/extensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/extensions.rst b/docs/developers/extensions.rst index 314ced6ba8..cdbf8f7605 100644 --- a/docs/developers/extensions.rst +++ b/docs/developers/extensions.rst @@ -51,5 +51,5 @@ The flow works as follows: .. _token exchange: https://www.keycloak.org/docs/latest/securing_apps/#_token-exchange .. _open-forms-ext-token-exchange: https://github.com/open-formulieren/open-forms-ext-token-exchange -.. _custom authentication class: https://requests.readthedocs.io/en/latest/user/advanced/#custom-authentication +.. _custom authentication class: https://requests.readthedocs.io/en/latest/user/advanced.html#custom-authentication .. _mozilla-django-oidc: https://github.com/mozilla/mozilla-django-oidc/blob/2.0.0/mozilla_django_oidc/auth.py