diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e2b06615..fec11d6c 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 901adddf..42312e8c 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/.gitignore b/.gitignore index 0c447dda..bf475c85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # local dev related -# https://github.com/edx/frontend-build#local-module-configuration-for-webpack +# https://github.com/openedx/frontend-build#local-module-configuration-for-webpack .env.private module.config.js* diff --git a/README.rst b/README.rst index fe442960..87ac2f99 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ The staging server is running at `https://explore-catalog.stage.edx.org/ `_. +The source for this project is organized into nested submodules according to the ADR `Feature-based Application Organization `_. Build Process Notes ------------------- @@ -67,7 +67,7 @@ The production build is created with ``npm run build``. Internationalization -------------------- -Please see `edx/frontend-platform's i18n module `_ for documentation on internationalization. The documentation explains how to use it, and the `How To `_ has more detail. +Please see `edx/frontend-platform's i18n module `_ for documentation on internationalization. The documentation explains how to use it, and the `How To `_ has more detail. .. |Build Status| image:: https://api.travis-ci.com/edx/frontend-app-enterprise-public-catalog.svg?branch=master :target: https://travis-ci.com/edx/frontend-app-enterprise-public-catalog diff --git a/docs/how_tos/i18n.rst b/docs/how_tos/i18n.rst index 898f0f53..8fbb1896 100644 --- a/docs/how_tos/i18n.rst +++ b/docs/how_tos/i18n.rst @@ -2,4 +2,4 @@ React App i18n HOWTO #################### -This document has moved to the frontend-platform repo: https://github.com/edx/frontend-platform/blob/master/docs/how_tos/i18n.rst +This document has moved to the frontend-platform repo: https://github.com/openedx/frontend-platform/blob/master/docs/how_tos/i18n.rst diff --git a/package.json b/package.json index aa632e15..81ba962b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Frontend application template", "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-app-enterprise-public-catalog.git" + "url": "git+https://github.com/openedx/frontend-app-enterprise-public-catalog.git" }, "browserslist": [ "extends @edx/browserslist-config" @@ -25,12 +25,12 @@ }, "author": "edX", "license": "AGPL-3.0", - "homepage": "https://github.com/edx/frontend-app-enterprise-public-catalog#readme", + "homepage": "https://github.com/openedx/frontend-app-enterprise-public-catalog#readme", "publishConfig": { "access": "public" }, "bugs": { - "url": "https://github.com/edx/frontend-app-enterprise-public-catalog/issues" + "url": "https://github.com/openedx/frontend-app-enterprise-public-catalog/issues" }, "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0",