Skip to content

Commit

Permalink
chore: Fix github url strings (org edx -> openedx) (#259)
Browse files Browse the repository at this point in the history
* fix: fix github url strings (org edx -> openedx)

* fix: update path to .github workflows to read from openedx org
  • Loading branch information
sarina committed Sep 19, 2022
1 parent b186d44 commit f4d9eaa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master
uses: openedx/.github/.github/workflows/commitlint.yml@master
2 changes: 1 addition & 1 deletion .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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*

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The staging server is running at `https://explore-catalog.stage.edx.org/ <https:
Project Structure
-----------------

The source for this project is organized into nested submodules according to the ADR `Feature-based Application Organization <https://github.com/edx/frontend-app-enterprise-public-catalog/blob/master/docs/decisions/0002-feature-based-application-organization.rst>`_.
The source for this project is organized into nested submodules according to the ADR `Feature-based Application Organization <https://github.com/openedx/frontend-app-enterprise-public-catalog/blob/master/docs/decisions/0002-feature-based-application-organization.rst>`_.

Build Process Notes
-------------------
Expand Down Expand Up @@ -67,7 +67,7 @@ The production build is created with ``npm run build``.
Internationalization
--------------------

Please see `edx/frontend-platform's i18n module <https://edx.github.io/frontend-platform/module-Internationalization.html>`_ for documentation on internationalization. The documentation explains how to use it, and the `How To <https://github.com/edx/frontend-i18n/blob/master/docs/how_tos/i18n.rst>`_ has more detail.
Please see `edx/frontend-platform's i18n module <https://edx.github.io/frontend-platform/module-Internationalization.html>`_ for documentation on internationalization. The documentation explains how to use it, and the `How To <https://github.com/openedx/frontend-i18n/blob/master/docs/how_tos/i18n.rst>`_ 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
Expand Down
2 changes: 1 addition & 1 deletion docs/how_tos/i18n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit f4d9eaa

Please sign in to comment.