From da912f1e35f5e8baa5a215a926f8a159b500f084 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Wed, 7 Sep 2022 08:57:12 -0400 Subject: [PATCH 1/2] fix: fix github url strings (org edx -> openedx) --- README.rst | 10 +++++----- package.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 280a6a2..2394108 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ This is a micro-frontend application responsible for the display and updating of What is the domain of this MFE? -In this MFE: Private user settings UIs. Public facing profile is in a `separate MFE (Profile) `_ +In this MFE: Private user settings UIs. Public facing profile is in a `separate MFE (Profile) `_ - Account settings page @@ -23,9 +23,9 @@ In this MFE: Private user settings UIs. Public facing profile is in a `separate Installation ------------ -This MFE is bundled with `Devstack `_, see the `Getting Started `_ section for setup instructions. +This MFE is bundled with `Devstack `_, see the `Getting Started `_ section for setup instructions. -1. Install Devstack using the `Getting Started `_ instructions. +1. Install Devstack using the `Getting Started `_ instructions. 2. Start up Devstack, if it's not already started. @@ -102,8 +102,8 @@ In the future, it's possible that demographics could be modeled as a plugin rath ============================== -.. |ci-badge| image:: https://github.com/edx/edx-developer-docs/actions/workflows/ci.yml/badge.svg - :target: https://github.com/edx/edx-developer-docs/actions/workflows/ci.yml +.. |ci-badge| image:: https://github.com/openedx/edx-developer-docs/actions/workflows/ci.yml/badge.svg + :target: https://github.com/openedx/edx-developer-docs/actions/workflows/ci.yml :alt: Continuous Integration .. |Codecov| image:: https://img.shields.io/codecov/c/github/edx/frontend-app-account :target: https://codecov.io/gh/edx/frontend-app-account diff --git a/package.json b/package.json index 7c96606..203e040 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-account.git" + "url": "git+https://github.com/openedx/frontend-app-account.git" }, "scripts": { "build": "fedx-scripts webpack", @@ -17,9 +17,9 @@ "test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests" }, "bugs": { - "url": "https://github.com/edx/frontend-app-account/issues" + "url": "https://github.com/openedx/frontend-app-account/issues" }, - "homepage": "https://github.com/edx/frontend-app-account#readme", + "homepage": "https://github.com/openedx/frontend-app-account#readme", "publishConfig": { "access": "public" }, From 1e17fc9e32478e614b036dc02b7d09f906db4caf Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sat, 10 Sep 2022 18:05:35 -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 e2b0661..fec11d6 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 2cb43c7..0ad5e75 100644 --- a/.github/workflows/lockfileversion-check.yml +++ b/.github/workflows/lockfileversion-check.yml @@ -10,5 +10,5 @@ on: jobs: version-check: - uses: edx/.github/.github/workflows/lockfileversion-check.yml@master + uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master