diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e2b066153..fec11d6c2 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -7,4 +7,4 @@ on: jobs: commitlint: - uses: edx/.github/.github/workflows/commitlint.yml@master + uses: openedx/.github/.github/workflows/commitlint.yml@master diff --git a/README.rst b/README.rst index f5326771e..8c3ed70d5 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ A generic header for Open edX micro-frontend applications. 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 ===================== @@ -53,8 +53,8 @@ This library has the following exports: Examples ======== -* `An example of component and messages usage. `_ -* `An example of SCSS file usage. `_ +* `An example of component and messages usage. `_ +* `An example of SCSS file usage. `_ *********** diff --git a/package.json b/package.json index 7e6810616..e991b3f93 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-component-header.git" + "url": "git+https://github.com/openedx/frontend-component-header.git" }, "author": "edX", "license": "AGPL-3.0", "bugs": { - "url": "https://github.com/edx/frontend-component-header/issues" + "url": "https://github.com/openedx/frontend-component-header/issues" }, - "homepage": "https://github.com/edx/frontend-component-header#readme", + "homepage": "https://github.com/openedx/frontend-component-header#readme", "devDependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-build": "11.0.2",