From 9a81f63a8bf956caeecb97afd2fa2cdcdd65bdf9 Mon Sep 17 00:00:00 2001 From: Diana Olarte Date: Tue, 9 Jul 2024 05:24:02 +1000 Subject: [PATCH] docs: fix typo eox_tagging/settings/test.py Co-authored-by: Mariagabriela Jaimes --- eox_tagging/settings/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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