From f1b7c86f881fb27506d9a92e68325a84cecec7bb Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Wed, 7 Sep 2022 08:52:37 -0400 Subject: [PATCH 1/2] fix: fix github url strings (org edx -> openedx) --- README.rst | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e75a47178..1d0acab9d 100755 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Development Start Devstack ^^^^^^^^^^^^^^ -To use this application `devstack `__ must be running and you must be logged into it. +To use this application `devstack `__ must be running and you must be logged into it. - Start devstack - Log in (http://localhost:18000/login) diff --git a/package.json b/package.json index bad8b5323..28b9b1a87 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "AGPL-3.0", "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-app-profile.git" + "url": "git+https://github.com/openedx/frontend-app-profile.git" }, "scripts": { "build": "fedx-scripts webpack", @@ -18,9 +18,9 @@ "test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests" }, "bugs": { - "url": "https://github.com/edx/frontend-app-profile/issues" + "url": "https://github.com/openedx/frontend-app-profile/issues" }, - "homepage": "https://github.com/edx/frontend-app-profile#readme", + "homepage": "https://github.com/openedx/frontend-app-profile#readme", "publishConfig": { "access": "public" }, From 7d11b739973ba2684fef18e9c5ddee35fbe7e0c5 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sat, 10 Sep 2022 18:04:00 -0400 Subject: [PATCH 2/2] fix: update path to .github workflows to read from openedx org --- .github/workflows/commitlint.yml | 2 +- .github/workflows/lockfileversion-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 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 901adddf6..42312e8cb 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