From 6a8b9340c5dc5d5812b11ffea5ba6159300019f5 Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Fri, 5 Apr 2024 12:36:32 -0400 Subject: [PATCH] fix: point devstack scripts to edx fork of payment MFE --- docs/service_list.rst | 2 +- repo.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"