diff --git a/README.rst b/README.rst index 037743bd..d1a03d3d 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ A generic footer for Open edX micro-frontend applications. It includes a logo a Requirements ************ -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. `_ +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. `_ Environment Variables ===================== @@ -68,8 +68,8 @@ Component Usage Example:: ]} /> -* `An example of minimal component and messages usage. `_ -* `An example of SCSS file usage. `_ +* `An example of minimal component and messages usage. `_ +* `An example of SCSS file usage. `_ *********** Development diff --git a/package.json b/package.json index 9e8ba9d2..c711833c 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-component-footer.git" + "url": "git+https://github.com/openedx/frontend-component-footer.git" }, "author": "edX", "license": "AGPL-3.0", "bugs": { - "url": "https://github.com/edx/frontend-component-footer/issues" + "url": "https://github.com/openedx/frontend-component-footer/issues" }, - "homepage": "https://github.com/edx/frontend-component-footer#readme", + "homepage": "https://github.com/openedx/frontend-component-footer#readme", "devDependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-build": "9.2.2",