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 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 e68b88c..d8c75eb 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" },