From 91a74e309a3e15e707d51212e1b0e7b554209cc6 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Wed, 7 Sep 2022 09:21:23 -0400 Subject: [PATCH] fix: fix github url strings (org edx -> openedx) --- README.rst | 4 ++-- docs/how_tos/i18n.rst | 2 +- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 5895e259..78fae845 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Development Start Devstack ^^^^^^^^^^^^^^ -To use this application `devstack `__ must be running. +To use this application `devstack `__ must be running. - Start devstack @@ -38,7 +38,7 @@ This MFE is configured via node environment variables supplied at build time. Se For more information see the document: `Micro-frontend applications in Open -edX `__. +edX `__. .. |Build Status| image:: https://api.travis-ci.com/edx/frontend-app-authn.svg?branch=master :target: https://travis-ci.com/edx/frontend-app-authn diff --git a/docs/how_tos/i18n.rst b/docs/how_tos/i18n.rst index 898f0f53..8fbb1896 100644 --- a/docs/how_tos/i18n.rst +++ b/docs/how_tos/i18n.rst @@ -2,4 +2,4 @@ React App i18n HOWTO #################### -This document has moved to the frontend-platform repo: https://github.com/edx/frontend-platform/blob/master/docs/how_tos/i18n.rst +This document has moved to the frontend-platform repo: https://github.com/openedx/frontend-platform/blob/master/docs/how_tos/i18n.rst diff --git a/package.json b/package.json index 3bfd0bf8..ae1fc77e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Frontend application template", "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-app-authn.git" + "url": "git+https://github.com/openedx/frontend-app-authn.git" }, "browserslist": [ "last 2 versions", @@ -26,12 +26,12 @@ }, "author": "edX", "license": "AGPL-3.0", - "homepage": "https://github.com/edx/frontend-app-authn#readme", + "homepage": "https://github.com/openedx/frontend-app-authn#readme", "publishConfig": { "access": "public" }, "bugs": { - "url": "https://github.com/edx/frontend-app-authn/issues" + "url": "https://github.com/openedx/frontend-app-authn/issues" }, "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0",