Skip to content

Commit

Permalink
docs: change edx scope
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Jun 13, 2024
1 parent 962353e commit 86940fa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The code is written and maintained by `edunext`_ and we use it to support our mu

If you are looking for professional development or support with multitenancy or multi-sites in the Open edX platform, you can reach out to [email protected]

.. _openedx plugin: https://github.com/edx/edx-platform/tree/master/openedx/core/djangoapps/plugins
.. _edx-platform: https://github.com/edx/edx-platform/
.. _openedx plugin: https://github.com/openedx/edx-platform/tree/master/openedx/core/djangoapps/plugins
.. _edx-platform: https://github.com/openedx/edx-platform/
.. _eduNEXT: https://www.edunext.co

Installation
Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/edxapp_wrapper/backends/branding_api_l_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def get_branding_api():
"""Allow to get the branding api module
https://github.com/edx/edx-platform/blob/open-release/lilac.master/lms/djangoapps/branding/api.py
https://github.com/openedx/edx-platform/blob/open-release/lilac.master/lms/djangoapps/branding/api.py
Returns:
branding_api module.
Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/edxapp_wrapper/backends/users_l_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def get_user_signup_source():
"""Allow to get the model UserSignupSource from
https://github.com/edx/edx-platform/blob/open-release/lilac.master/common/djangoapps/student/models.py#L849
https://github.com/openedx/edx-platform/blob/open-release/lilac.master/common/djangoapps/student/models.py#L849
Returns:
UserSignupSource model.
Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
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
"""
# Plugin settings.
settings.CONTENTSTORE_PATH = 'cms.djangoapps.contentstore.utils'
Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def plugin_settings(settings): # pylint: disable=function-redefined
"""
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
"""
# Backend settings.
settings.CONTENTSTORE_PATH = getattr(settings, 'ENV_TOKENS', {}).get(
Expand Down

0 comments on commit 86940fa

Please sign in to comment.