Merge pull request #293 from Zokormazo/fix-link

Fix link
This commit is contained in:
Chris Church 2017-09-25 18:28:21 -04:00 committed by GitHub
commit ddb689bded

View File

@ -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',