Skip to content

Commit

Permalink
fix: fix github url strings (org edx -> openedx) (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina authored Sep 9, 2022
1 parent ea6cd74 commit 4a0d732
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ In order to develop in devstack, make sure your devstack is running, then:
#. ``make requirements``
#. ``make static``

.. _`edX theme`: https://github.com/edx/edx-themes/blob/master/docs/guides/local-development.rst
.. _`edX theme`: https://github.com/openedx/edx-themes/blob/master/docs/guides/local-development.rst
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.rst
# https://github.com/openedx/open-edx-proposals/blob/master/oeps/oep-0002.rst

oeps:
oep-7: true # Python 3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "Themes for the edX Credentials Service",
"repository": {
"type": "git",
"url": "git+https://github.com/edx/credentials-themes.git"
"url": "git+https://github.com/openedx/credentials-themes.git"
},
"keywords": [
"Django",
"edx"
],
"author": "edX",
"license": "UNLICENSED",
"homepage": "https://github.com/edx/credentials-themes",
"homepage": "https://github.com/openedx/credentials-themes",
"devDependencies": {
"@edx/brand": "npm:@edx/[email protected]",
"@edx/edx-bootstrap": "2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_version(*file_paths):
long_description=README,
author='edX',
author_email='[email protected]',
url='https://github.com/edx/credentials-themes',
url='https://github.com/openedx/credentials-themes',
packages=[
'edx_credentials_themes',
],
Expand Down

0 comments on commit 4a0d732

Please sign in to comment.