Skip to content

Commit 381be9a

Browse files
authored
Fix github url strings (org edx -> openedx) (#971)
* fix: fix github url strings (org edx -> openedx) * fix: update path to .github workflows to read from openedx org
1 parent b3841ef commit 381be9a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
commitlint:
10-
uses: edx/.github/.github/workflows/commitlint.yml@master
10+
uses: openedx/.github/.github/workflows/commitlint.yml@master

.github/workflows/lockfileversion-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010

1111
jobs:
1212
version-check:
13-
uses: edx/.github/.github/workflows/lockfileversion-check.yml@master
13+
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Please tag **@edx/engage-squad** on any PRs or issues. Thanks.
1515
.. |codecov| image:: https://codecov.io/gh/edx/frontend-app-learning/branch/master/graph/badge.svg?token=3z7XvuzTq3
1616
:target: https://codecov.io/gh/edx/frontend-app-learning
1717
.. |license| image:: https://img.shields.io/badge/license-AGPL-informational
18-
:target: https://github.com/edx/frontend-app-account/blob/master/LICENSE
18+
:target: https://github.com/openedx/frontend-app-account/blob/master/LICENSE
1919

2020
Development
2121
-----------
2222

2323
Start Devstack
2424
^^^^^^^^^^^^^^
2525

26-
To use this application, `devstack <https://github.com/edx/devstack>`__ must be running and you must be logged into it.
26+
To use this application, `devstack <https://github.com/openedx/devstack>`__ must be running and you must be logged into it.
2727

2828
- Run ``make dev.up.lms``
2929
- Visit http://localhost:2000/course/course-v1:edX+DemoX+Demo_Course to view the demo course. You can replace ``course-v1:edX+DemoX+Demo_Course`` with a different course key.
@@ -52,7 +52,7 @@ file (which is git-ignored) that defines where to find your local modules, for i
5252
],
5353
};
5454

55-
See https://github.com/edx/frontend-build#local-module-configuration-for-webpack for more details.
55+
See https://github.com/openedx/frontend-build#local-module-configuration-for-webpack for more details.
5656

5757
Deployment
5858
----------

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Frontend learning application.",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/edx/frontend-app-learning.git"
7+
"url": "git+https://github.com/openedx/frontend-app-learning.git"
88
},
99
"browserslist": [
1010
"extends @edx/browserslist-config"
@@ -21,12 +21,12 @@
2121
},
2222
"author": "edX",
2323
"license": "AGPL-3.0",
24-
"homepage": "https://github.com/edx/frontend-app-learning#readme",
24+
"homepage": "https://github.com/openedx/frontend-app-learning#readme",
2525
"publishConfig": {
2626
"access": "public"
2727
},
2828
"bugs": {
29-
"url": "https://github.com/edx/frontend-app-learning/issues"
29+
"url": "https://github.com/openedx/frontend-app-learning/issues"
3030
},
3131
"dependencies": {
3232
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",

0 commit comments

Comments
 (0)