]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: fix links to django-allauth (#5893)
authornoantiq <39308834+noantiq@users.noreply.github.com>
Sun, 25 Feb 2024 22:09:44 +0000 (23:09 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2024 22:09:44 +0000 (14:09 -0800)
docs/configuration.md

index f80e624dcb2ee5ad6cf3a4cdb37487aba6a886b1..ce85599a5da4bf6afd798a7a3f27aed6a7ddcbaa 100644 (file)
@@ -539,7 +539,7 @@ This is for use with self-signed certificates against local IMAP servers.
 #### [`PAPERLESS_SOCIALACCOUNT_PROVIDERS=<json>`](#PAPERLESS_SOCIALACCOUNT_PROVIDERS) {#PAPERLESS_SOCIALACCOUNT_PROVIDERS}
 
 : This variable is used to setup login and signup via social account providers which are compatible with django-allauth.
-See the corresponding [django-allauth documentation](https://docs.allauth.org/en/0.60.0/socialaccount/providers/index.html)
+See the corresponding [django-allauth documentation](https://docs.allauth.org/en/latest/socialaccount/providers/index.html)
 for a list of provider configurations. You will also need to include the relevant Django 'application' inside the
 [PAPERLESS_APPS](#PAPERLESS_APPS) setting to activate that specific authentication provider (e.g. `allauth.socialaccount.providers.openid_connect` for the [OIDC Connect provider](https://docs.allauth.org/en/latest/socialaccount/providers/openid_connect.html)).
 
@@ -549,7 +549,7 @@ for a list of provider configurations. You will also need to include the relevan
 
 : Attempt to signup the user using retrieved email, username etc from the third party authentication
 system. See the corresponding
-[django-allauth documentation](https://docs.allauth.org/en/0.60.0/socialaccount/configuration.html)
+[django-allauth documentation](https://docs.allauth.org/en/latest/socialaccount/configuration.html)
 
     Defaults to False