diff --git a/docs/service_list.rst b/docs/service_list.rst index ec01b391d5..a4b16e4748 100644 --- a/docs/service_list.rst +++ b/docs/service_list.rst @@ -75,7 +75,7 @@ Some common service combinations include: .. _ecommerce: https://github.com/openedx/ecommerce .. _edx_notes_api: https://github.com/openedx/edx-notes-api .. _forum: https://github.com/openedx/cs_comments_service -.. _frontend-app-payment: https://github.com/openedx/frontend-app-payment +.. _frontend-app-payment: https://github.com/edx/frontend-app-payment .. _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 diff --git a/repo.sh b/repo.sh index aab69bdccd..ab123ac10b 100755 --- a/repo.sh +++ b/repo.sh @@ -32,7 +32,7 @@ repos=( "https://github.com/openedx/frontend-app-gradebook.git" "https://github.com/openedx/frontend-app-learner-dashboard" "https://github.com/openedx/frontend-app-learner-record" - "https://github.com/openedx/frontend-app-payment.git" + "https://github.com/edx/frontend-app-payment.git" "https://github.com/openedx/frontend-app-publisher.git" "https://github.com/openedx/edx-analytics-dashboard.git" "https://github.com/openedx/edx-analytics-data-api.git" @@ -62,7 +62,7 @@ ssh_repos=( "git@github.com:openedx/frontend-app-gradebook.git" "git@github.com:openedx/frontend-app-learner-dashboard.git" "git@github.com:openedx/frontend-app-learner-record.git" - "git@github.com:openedx/frontend-app-payment.git" + "git@github.com:edx/frontend-app-payment.git" "git@github.com:openedx/frontend-app-publisher.git" "git@github.com:openedx/edx-analytics-dashboard.git" "git@github.com:openedx/edx-analytics-data-api.git"