diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e2b06615..fec11d6c 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 901adddf..42312e8c 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.md b/README.md index 0b64d77d..806afcbd 100755 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ npm i --save @edx/frontend-app-gradebook ## Running the UI Standalone -To install the project please refer to the [`edX Developer Stack`](https://github.com/edx/devstack) instructions. +To install the project please refer to the [`edX Developer Stack`](https://github.com/openedx/devstack) instructions. The web application runs on port **1994**, so when you go to `http://localhost:1994/course-v1:edX+DemoX+Demo_Course` you should see the UI (assuming you have such a Demo Course in your devstack). Note that you always have to provide a course id to actually see a gradebook. @@ -117,4 +117,4 @@ running gradebook container. ## Authentication with backend API services -See the [`@edx/frontend-auth`](https://github.com/edx/frontend-auth) repo for information about securing routes in your application that require user authentication. +See the [`@edx/frontend-auth`](https://github.com/edx-unsupported/frontend-auth) repo for information about securing routes in your application that require user authentication. diff --git a/documentation/decisions/0001-update-api-usage.rst b/documentation/decisions/0001-update-api-usage.rst index 013cfa54..4c5814de 100644 --- a/documentation/decisions/0001-update-api-usage.rst +++ b/documentation/decisions/0001-update-api-usage.rst @@ -5,7 +5,7 @@ Context ======= The LMS Grades API exposes a set of Gradebook-related endpoints: -https://github.com/edx/edx-platform/blob/master/lms/djangoapps/grades/api/v1/gradebook_views.py +https://github.com/openedx/edx-platform/blob/master/lms/djangoapps/grades/api/v1/gradebook_views.py The ``bulk-update`` endpoint defined therein allows for the creation/modification of subsection grades for multiple users and sections in a single request. This allows clients of the API to limit the number of network requests made and to more easily manage client-side data. Moreover, @@ -13,7 +13,7 @@ the course grade updates that occur during calls to this API are synchronous - t is completed before a response is given to the client. For decisions made about the implementation of this API, see: -https://github.com/edx/edx-platform/blob/master/lms/djangoapps/grades/docs/decisions/0001-gradebook-api.rst +https://github.com/openedx/edx-platform/blob/master/lms/djangoapps/grades/docs/decisions/0001-gradebook-api.rst Decision ======== diff --git a/package.json b/package.json index 7eb1aec7..482890f6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "edx editable gradebook-ui to manipulate grade overrides on subsections", "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-app-gradebook.git" + "url": "git+https://github.com/openedx/frontend-app-gradebook.git" }, "scripts": { "build": "fedx-scripts webpack", @@ -20,7 +20,7 @@ }, "author": "edX", "license": "AGPL-3.0", - "homepage": "https://github.com/edx/frontend-app-gradebook#readme", + "homepage": "https://github.com/openedx/frontend-app-gradebook#readme", "publishConfig": { "access": "public" },