diff --git a/feedback/settings/common.py b/feedback/settings/common.py index 3b1972c..a62debf 100644 --- a/feedback/settings/common.py +++ b/feedback/settings/common.py @@ -15,6 +15,6 @@ def plugin_settings(settings): """ Set of plugin settings used by the Open Edx platform. - More info: https://github.com/edx/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.MAKO_TEMPLATE_DIRS_BASE.append(ROOT_DIRECTORY / "templates") diff --git a/feedback/settings/production.py b/feedback/settings/production.py index ed56517..b0fccf0 100644 --- a/feedback/settings/production.py +++ b/feedback/settings/production.py @@ -10,5 +10,5 @@ def plugin_settings(settings): # pylint: disable=unused-argument """ Set of plugin settings used by the Open Edx platform. - More info: https://github.com/edx/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 """