diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e2b066153f..fec11d6c25 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 901adddf67..42312e8cbf 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 4e3b35f590..f483e3feba 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 898f0f531a..8fbb1896f7 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 1e4fdd1e69..31405298ee 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 61e49403e7..578efa74b0 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,