Skip to content

Commit

Permalink
fix: fix github url strings (org edx -> openedx)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Sep 16, 2022
1 parent 939e3b0 commit c151bd2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ This library contains the following:
## License

The code in this repository uses the Apache 2.0 license unless otherwise
noted. Please see the [LICENSE file](https://github.com/edx/edx-ui-toolkit/blob/master/LICENSE) for details.
noted. Please see the [LICENSE file](https://github.com/openedx/edx-ui-toolkit/blob/master/LICENSE) for details.

## Contributions

Contributions are very welcome. The easiest way is to fork this repo, and then
make a pull request from your fork. The first time you make a pull request, you
may be asked to sign a Contributor Agreement.

Please refer to our [contributor guidelines](https://github.com/edx/edx-ui-toolkit/blob/master/CONTRIBUTING.md)
Please refer to our [contributor guidelines](https://github.com/openedx/edx-ui-toolkit/blob/master/CONTRIBUTING.md)
for important additional information.

## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "edx-ui-toolkit",
"version": "1.5.3",
"homepage": "https://github.com/edx/edx-ui-toolkit",
"homepage": "https://github.com/openedx/edx-ui-toolkit",
"repository": {
"type": "git",
"url": "git://github.com/edx/edx-ui-toolkit.git"
"url": "git://github.com/openedx/edx-ui-toolkit.git"
},
"ignore": [
"**\/.*",
Expand Down
4 changes: 2 additions & 2 deletions doc/_data/edx-ui-toolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: edX UI Toolkit

description:

url_github: https://github.com/edx/edx-ui-toolkit
url_github: https://github.com/openedx/edx-ui-toolkit

url_site:
url_documentation: https://github.com/edx/edx-ui-toolkit/blob/master/README.md
url_documentation: https://github.com/openedx/edx-ui-toolkit/blob/master/README.md

path_components: /blob/master/src/js/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/edx/edx-ui-toolkit"
"url": "git://github.com/openedx/edx-ui-toolkit"
},
"keywords": [
"edx",
"open edx",
"javascript"
],
"homepage": "https://github.com/edx/edx-ui-toolkit",
"homepage": "https://github.com/openedx/edx-ui-toolkit",
"scripts": {
"test": "gulp test",
"lint": "eslint ."
Expand Down

0 comments on commit c151bd2

Please sign in to comment.