diff --git a/eox_tagging/settings/test.py b/eox_tagging/settings/test.py index fae601b..045500b 100644 --- a/eox_tagging/settings/test.py +++ b/eox_tagging/settings/test.py @@ -34,7 +34,7 @@ class SettingsClass: def plugin_settings(settings): # pylint: disable=function-redefined """ Set of plugin settings used by the Open Edx platform. - More info: https://github.com/eopenedx/edx-platform/blob/master/openedx/core/djangoapps/plugins/README.rst + More info: https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/plugins/README.rst """ settings.EOX_TAGGING_SKIP_VALIDATIONS = True settings.EOX_TAGGING_LOAD_PERMISSIONS = False