Skip to content

Commit 2cfbb40

Browse files
committed
fix: fix github url strings (org edx -> openedx)
1 parent 3e1264b commit 2cfbb40

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A generic footer for Open edX micro-frontend applications. It includes a logo a
1414
Requirements
1515
************
1616

17-
This component uses ``@edx/frontend-platform`` services such as i18n, analytics, configuration, and the ``AppContext`` React component, and expects that it has been loaded into a micro-frontend that has been properly initialized via ``@edx/frontend-platform``'s ``initialize`` function. `Please visit the frontend template application to see an example. <https://github.com/edx/frontend-template-application/blob/3355bb3a96232390e9056f35b06ffa8f105ed7ca/src/index.jsx>`_
17+
This component uses ``@edx/frontend-platform`` services such as i18n, analytics, configuration, and the ``AppContext`` React component, and expects that it has been loaded into a micro-frontend that has been properly initialized via ``@edx/frontend-platform``'s ``initialize`` function. `Please visit the frontend template application to see an example. <https://github.com/openedx/frontend-template-application/blob/3355bb3a96232390e9056f35b06ffa8f105ed7ca/src/index.jsx>`_
1818

1919
Environment Variables
2020
=====================
@@ -68,8 +68,8 @@ Component Usage Example::
6868
]}
6969
/>
7070

71-
* `An example of minimal component and messages usage. <https://github.com/edx/frontend-template-application/blob/3355bb3a96232390e9056f35b06ffa8f105ed7ca/src/index.jsx#L23>`_
72-
* `An example of SCSS file usage. <https://github.com/edx/frontend-template-application/blob/3cd5485bf387b8c479baf6b02bf59e3061dc3465/src/index.scss#L9>`_
71+
* `An example of minimal component and messages usage. <https://github.com/openedx/frontend-template-application/blob/3355bb3a96232390e9056f35b06ffa8f105ed7ca/src/index.jsx#L23>`_
72+
* `An example of SCSS file usage. <https://github.com/openedx/frontend-template-application/blob/3cd5485bf387b8c479baf6b02bf59e3061dc3465/src/index.scss#L9>`_
7373

7474
***********
7575
Development

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/edx/frontend-component-footer.git"
27+
"url": "git+https://github.com/openedx/frontend-component-footer.git"
2828
},
2929
"author": "edX",
3030
"license": "AGPL-3.0",
3131
"bugs": {
32-
"url": "https://github.com/edx/frontend-component-footer/issues"
32+
"url": "https://github.com/openedx/frontend-component-footer/issues"
3333
},
34-
"homepage": "https://github.com/edx/frontend-component-footer#readme",
34+
"homepage": "https://github.com/openedx/frontend-component-footer#readme",
3535
"devDependencies": {
3636
"@edx/brand": "npm:@edx/[email protected]",
3737
"@edx/frontend-build": "9.2.2",

0 commit comments

Comments
 (0)