Skip to content

Commit

Permalink
Merge pull request #65 from timmc-edx/timmc/fix-org
Browse files Browse the repository at this point in the history
docs: Fix link now that edx-platform redirect is broken
  • Loading branch information
feanil authored Dec 11, 2024
2 parents dca95a8 + 50fad54 commit bf8e33a
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 bf8e33a

Please sign in to comment.