From 4755ae4d67db8a866e8720486da325fe5d3aaa6a Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Mon, 12 Sep 2022 14:37:49 -0400 Subject: [PATCH] Fix github url strings (org edx -> openedx) (#348) * fix: fix github url strings (org edx -> openedx) * fix: update path to .github workflows to read from openedx org --- .github/workflows/commitlint.yml | 2 +- .github/workflows/lockfileversion-check.yml | 2 +- README.rst | 2 +- docs/how_tos/i18n.rst | 2 +- package.json | 6 +++--- src/pages-and-resources/teams/Settings.jsx | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) 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/.github/workflows/lockfileversion-check.yml b/.github/workflows/lockfileversion-check.yml index 901adddf6..42312e8cb 100644 --- a/.github/workflows/lockfileversion-check.yml +++ b/.github/workflows/lockfileversion-check.yml @@ -10,4 +10,4 @@ on: jobs: version-check: - uses: edx/.github/.github/workflows/lockfileversion-check.yml@master + uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master diff --git a/README.rst b/README.rst index 4e3b35f59..f483e3feb 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Installation and Startup 1. Clone the repo: - ``git clone https://github.com/edx/frontend-app-course-authoring.git`` + ``git clone https://github.com/openedx/frontend-app-course-authoring.git`` 2. Install npm dependencies: diff --git a/docs/how_tos/i18n.rst b/docs/how_tos/i18n.rst index 898f0f531..8fbb1896f 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 1e4fdd1e6..31405298e 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-course-authoring.git" + "url": "git+https://github.com/openedx/frontend-app-course-authoring.git" }, "browserslist": [ "extends @edx/browserslist-config" @@ -25,12 +25,12 @@ }, "author": "edX", "license": "AGPL-3.0", - "homepage": "https://github.com/edx/frontend-app-course-authoring#readme", + "homepage": "https://github.com/openedx/frontend-app-course-authoring#readme", "publishConfig": { "access": "public" }, "bugs": { - "url": "https://github.com/edx/frontend-app-course-authoring/issues" + "url": "https://github.com/openedx/frontend-app-course-authoring/issues" }, "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0", diff --git a/src/pages-and-resources/teams/Settings.jsx b/src/pages-and-resources/teams/Settings.jsx index 61e49403e..578efa74b 100644 --- a/src/pages-and-resources/teams/Settings.jsx +++ b/src/pages-and-resources/teams/Settings.jsx @@ -60,7 +60,7 @@ function TeamSettings({ onClose={onClose} bodyClassName="bg-light-200" // Topic is supported for backwards compatibility, the new field is team_sets: - // ref: https://github.com/edx/edx-platform/blob/15461d3b6e6c0a724a7b8ed09241d970f201e5e7/openedx/core/lib/teams_config.py#L104-L108 + // ref: https://github.com/openedx/edx-platform/blob/15461d3b6e6c0a724a7b8ed09241d970f201e5e7/openedx/core/lib/teams_config.py#L104-L108 initialValues={{ maxTeamSize: teamsConfiguration?.maxTeamSize, groups: teamsConfiguration?.teamSets || teamsConfiguration?.topics,