From 6f75320c9ee491c6875e3dbbffb9a53f9c358166 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Tue, 13 Sep 2022 08:59:51 -0400 Subject: [PATCH] Fix github url strings (org edx -> openedx) (#779) * fix: fix github url strings (org edx -> openedx) * fix: update path to .github workflows to read from openedx org --- .github/workflows/commitlint.yml | 2 +- .github/workflows/lockfileversion-check.yml | 2 +- README.md | 2 +- decisions/0001-long-term-configuration.rst | 2 +- decisions/0002-new-instructor-org-association.rst | 2 +- openedx.yaml | 2 +- package.json | 2 +- src/components/StafferPage/StafferForm.test.jsx | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e2b066153..fec11d6c2 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -7,4 +7,4 @@ on: jobs: commitlint: - uses: edx/.github/.github/workflows/commitlint.yml@master + uses: openedx/.github/.github/workflows/commitlint.yml@master diff --git a/.github/workflows/lockfileversion-check.yml b/.github/workflows/lockfileversion-check.yml index 1bdc3d43a..f7cdfdbeb 100644 --- a/.github/workflows/lockfileversion-check.yml +++ b/.github/workflows/lockfileversion-check.yml @@ -10,4 +10,4 @@ on: jobs: version-check: - uses: edx/.github/.github/workflows/lockfileversion-check.yml@master + uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master diff --git a/README.md b/README.md index 3860c777f..3f30ed3a2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ possibly configure and install it on their own. This application requires an edx-platform instance for authentication. For local development you will need to setup a local instance of the edX Docker Devstack - * https://github.com/edx/devstack + * https://github.com/openedx/devstack You should be able to view it in a web browser at `localhost:18400`. diff --git a/decisions/0001-long-term-configuration.rst b/decisions/0001-long-term-configuration.rst index 45338dc95..c05a0d2b7 100644 --- a/decisions/0001-long-term-configuration.rst +++ b/decisions/0001-long-term-configuration.rst @@ -29,4 +29,4 @@ variables for use throughout the application. References ---------- -* https://github.com/edx/frontend-app-publisher/tree/master/config +* https://github.com/openedx/frontend-app-publisher/tree/master/config diff --git a/decisions/0002-new-instructor-org-association.rst b/decisions/0002-new-instructor-org-association.rst index c2727a454..b7847a620 100644 --- a/decisions/0002-new-instructor-org-association.rst +++ b/decisions/0002-new-instructor-org-association.rst @@ -29,5 +29,5 @@ organization) and will need to be cleaned up later to prevent data degradation. References ---------- -https://github.com/edx/frontend-app-publisher/tree/master/src/components/StaffList +https://github.com/openedx/frontend-app-publisher/tree/master/src/components/StaffList diff --git a/openedx.yaml b/openedx.yaml index 74c4d2e56..b412880f5 100644 --- a/openedx.yaml +++ b/openedx.yaml @@ -1,5 +1,5 @@ # This file describes this Open edX repo, as described in OEP-2: -# https://github.com/edx/open-edx-proposals/blob/master/oeps/oep-0002-bp-repo-metadata.rst#specification +# https://github.com/openedx/open-edx-proposals/blob/master/oeps/oep-0002-bp-repo-metadata.rst#specification nick: pub owner: diff --git a/package.json b/package.json index 95181f873..9957d68ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "edx-frontend-app-publisher", "version": "0.1.0", "description": "Frontend for the Publisher Application", - "repository": "https://github.com/edx/frontend-app-publisher", + "repository": "https://github.com/openedx/frontend-app-publisher", "browserslist": [ "last 2 versions", "ie 11" diff --git a/src/components/StafferPage/StafferForm.test.jsx b/src/components/StafferPage/StafferForm.test.jsx index 7842a0b58..0b9b02c86 100644 --- a/src/components/StafferPage/StafferForm.test.jsx +++ b/src/components/StafferPage/StafferForm.test.jsx @@ -43,7 +43,7 @@ const stafferInfo = { title: 'Github', type: 'others', id: 10, - url: 'https://github.com/edx', + url: 'https://github.com/openedx', display_title: 'Github', }, ],