From 50b4002280175b55388e81db116a85aadbf14b7a Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Mon, 25 Sep 2017 23:43:41 +0200 Subject: [PATCH] Fix broken link on LDAP group type help text Signed-off-by: Julen Landa Alustiza --- awx/sso/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/sso/conf.py b/awx/sso/conf.py index e04f091851..3b9ac1b063 100644 --- a/awx/sso/conf.py +++ b/awx/sso/conf.py @@ -286,7 +286,7 @@ register( label=_('LDAP Group Type'), help_text=_('The group type may need to be changed based on the type of the ' 'LDAP server. Values are listed at: ' - 'http://pythonhosted.org/django-auth-ldap/groups.html#types-of-groups'), + 'https://django-auth-ldap.readthedocs.io/en/stable/groups.html#types-of-groups'), category=_('LDAP'), category_slug='ldap', feature_required='ldap',