From 096d32e685b500f3b66df01c2b1730bf2c7550f9 Mon Sep 17 00:00:00 2001 From: Zacharis278 Date: Tue, 3 Sep 2024 15:58:24 -0400 Subject: [PATCH] feat: clone registrar from 2U fork --- docs/service_list.rst | 4 ++-- repo.sh | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/service_list.rst b/docs/service_list.rst index 246e7bf585..0f9686ca9f 100644 --- a/docs/service_list.rst +++ b/docs/service_list.rst @@ -79,8 +79,8 @@ Some common service combinations include: .. _frontend-app-publisher: https://github.com/openedx/frontend-app-publisher .. _frontend-app-gradebook: https://github.com/openedx/frontend-app-gradebook .. _lms: https://github.com/openedx/edx-platform -.. _frontend-app-program-console: https://github.com/openedx/frontend-app-program-console -.. _registrar: https://github.com/openedx/registrar +.. _frontend-app-program-console: https://github.com/edx/frontend-app-program-console +.. _registrar: https://github.com/edx/registrar .. _cms: https://github.com/openedx/edx-platform .. _frontend-app-learner-dashboard: https://github.com/openedx/frontend-app-learner-dashboard .. _frontend-app-learner-record: https://github.com/openedx/frontend-app-learner-record diff --git a/repo.sh b/repo.sh index 3d899de963..7abcf98f7a 100755 --- a/repo.sh +++ b/repo.sh @@ -43,8 +43,8 @@ non_release_repos=( "https://github.com/openedx/frontend-app-course-authoring.git" "https://github.com/openedx/frontend-app-learning.git" "https://github.com/openedx/frontend-app-library-authoring.git" - "https://github.com/openedx/registrar.git" - "https://github.com/openedx/frontend-app-program-console.git" + "https://github.com/edx/registrar.git" + "https://github.com/edx/frontend-app-program-console.git" "https://github.com/openedx/frontend-app-account.git" "https://github.com/openedx/frontend-app-profile.git" "https://github.com/openedx/frontend-app-ora-grading.git" @@ -73,8 +73,8 @@ non_release_ssh_repos=( "git@github.com:openedx/frontend-app-course-authoring.git" "git@github.com:openedx/frontend-app-learning.git" "git@github.com:openedx/frontend-app-library-authoring.git" - "git@github.com:openedx/registrar.git" - "git@github.com:openedx/frontend-app-program-console.git" + "git@github.com:edx/registrar.git" + "git@github.com:edx/frontend-app-program-console.git" "git@github.com:openedx/frontend-app-account.git" "git@github.com:openedx/frontend-app-profile.git" "git@github.com:openedx/frontend-app-ora-grading.git"