From 86940fa5a09cbf065ad8f3fe0a65915459ecdd9b Mon Sep 17 00:00:00 2001 From: Diana Catalina Olarte Date: Fri, 14 Jun 2024 04:45:29 +1000 Subject: [PATCH] docs: change edx scope --- README.rst | 4 ++-- eox_tenant/edxapp_wrapper/backends/branding_api_l_v1.py | 2 +- eox_tenant/edxapp_wrapper/backends/users_l_v1.py | 2 +- eox_tenant/settings/common.py | 2 +- eox_tenant/settings/production.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 8f356760..727c722d 100644 --- a/README.rst +++ b/README.rst @@ -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 sales@edunext.co -.. _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 diff --git a/eox_tenant/edxapp_wrapper/backends/branding_api_l_v1.py b/eox_tenant/edxapp_wrapper/backends/branding_api_l_v1.py index 75a3a54d..535b918e 100644 --- a/eox_tenant/edxapp_wrapper/backends/branding_api_l_v1.py +++ b/eox_tenant/edxapp_wrapper/backends/branding_api_l_v1.py @@ -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. diff --git a/eox_tenant/edxapp_wrapper/backends/users_l_v1.py b/eox_tenant/edxapp_wrapper/backends/users_l_v1.py index eab272cf..1639d07e 100644 --- a/eox_tenant/edxapp_wrapper/backends/users_l_v1.py +++ b/eox_tenant/edxapp_wrapper/backends/users_l_v1.py @@ -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. diff --git a/eox_tenant/settings/common.py b/eox_tenant/settings/common.py index 6d849eb5..50064a60 100644 --- a/eox_tenant/settings/common.py +++ b/eox_tenant/settings/common.py @@ -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' diff --git a/eox_tenant/settings/production.py b/eox_tenant/settings/production.py index 1f0f3005..35eaf674 100644 --- a/eox_tenant/settings/production.py +++ b/eox_tenant/settings/production.py @@ -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(