diff --git a/README.rst b/README.rst index 459ecf24..7ff79f16 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ This repository is a React-based micro frontend for the Open edX discussion foru 1. Clone your new repo: - ``git clone https://github.com/edx/frontend-app-discussions.git`` + ``git clone https://github.com/openedx/frontend-app-discussions.git`` 2. Install npm dependencies: @@ -29,7 +29,7 @@ The dev server is running at `http://localhost:2002 `_. Project Structure ----------------- -The source for this project is organized into nested submodules according to the ADR `Feature-based Application Organization `_. +The source for this project is organized into nested submodules according to the ADR `Feature-based Application Organization `_. Build Process Notes ------------------- @@ -41,7 +41,7 @@ The production build is created with ``npm run build``. Internationalization -------------------- -Please see `edx/frontend-platform's i18n module `_ for documentation on internationalization. The documentation explains how to use it, and the `How To `_ has more detail. +Please see `edx/frontend-platform's i18n module `_ for documentation on internationalization. The documentation explains how to use it, and the `How To `_ has more detail. .. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-discussions.svg?branch=master :target: https://travis-ci.org/edx/frontend-app-discussions 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 ede92f4a..dba30a54 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Discussions Frontend", "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-app-discussions.git" + "url": "git+https://github.com/openedx/frontend-app-discussions.git" }, "browserslist": [ "extends @edx/browserslist-config" @@ -25,12 +25,12 @@ }, "author": "edX", "license": "AGPL-3.0", - "homepage": "https://github.com/edx/frontend-app-discussions#readme", + "homepage": "https://github.com/openedx/frontend-app-discussions#readme", "publishConfig": { "access": "public" }, "bugs": { - "url": "https://github.com/edx/frontend-app-discussions/issues" + "url": "https://github.com/openedx/frontend-app-discussions/issues" }, "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0",