Skip to content

Commit

Permalink
docs: Fix link now that edx-platform redirect is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
timmc-edx committed Feb 29, 2024
1 parent 65e32f3 commit 50fad54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feedback/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
2 changes: 1 addition & 1 deletion feedback/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

0 comments on commit 50fad54

Please sign in to comment.