Skip to content

Commit

Permalink
Fix github url strings (org edx -> openedx) (#779)
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 authored Sep 13, 2022
1 parent 351a80c commit 6f75320
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ possibly configure and install it on their own.

This application requires an edx-platform instance for authentication. For local development
you will need to setup a local instance of the edX Docker Devstack
* https://github.com/edx/devstack
* https://github.com/openedx/devstack

You should be able to view it in a web browser at `localhost:18400`.

Expand Down
2 changes: 1 addition & 1 deletion decisions/0001-long-term-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ variables for use throughout the application.
References
----------

* https://github.com/edx/frontend-app-publisher/tree/master/config
* https://github.com/openedx/frontend-app-publisher/tree/master/config
2 changes: 1 addition & 1 deletion decisions/0002-new-instructor-org-association.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ organization) and will need to be cleaned up later to prevent data degradation.

References
----------
https://github.com/edx/frontend-app-publisher/tree/master/src/components/StaffList
https://github.com/openedx/frontend-app-publisher/tree/master/src/components/StaffList

2 changes: 1 addition & 1 deletion openedx.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file describes this Open edX repo, as described in OEP-2:
# https://github.com/edx/open-edx-proposals/blob/master/oeps/oep-0002-bp-repo-metadata.rst#specification
# https://github.com/openedx/open-edx-proposals/blob/master/oeps/oep-0002-bp-repo-metadata.rst#specification

nick: pub
owner:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "edx-frontend-app-publisher",
"version": "0.1.0",
"description": "Frontend for the Publisher Application",
"repository": "https://github.com/edx/frontend-app-publisher",
"repository": "https://github.com/openedx/frontend-app-publisher",
"browserslist": [
"last 2 versions",
"ie 11"
Expand Down
2 changes: 1 addition & 1 deletion src/components/StafferPage/StafferForm.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const stafferInfo = {
title: 'Github',
type: 'others',
id: 10,
url: 'https://github.com/edx',
url: 'https://github.com/openedx',
display_title: 'Github',
},
],
Expand Down

0 comments on commit 6f75320

Please sign in to comment.