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"