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/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 543d0f566..1c9bc1f66 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -12,7 +12,7 @@ on: jobs: call-upgrade-python-requirements-workflow: - uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master + uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master with: branch: ${{ github.event.inputs.branch || 'master' }} # optional parameters below; fill in if you'd like github or email notifications diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65cb6e197..a191a33e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ Contributions are very welcome. -Please read [How To Contribute](https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst) for details. +Please read [How To Contribute](https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst) for details. diff --git a/README.md b/README.md index dc8d82f39..2ade87d32 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ that you will not have to manage Node and NPM versions yourself. Getting Started With Devstack ----------------------------- -The best way to run this service is with edX Devstack: https://github.com/edx/devstack. +The best way to run this service is with edX Devstack: https://github.com/openedx/devstack. -See the [Devstack README](https://github.com/edx/devstack/blob/master/README.rst) for information on how to install and run Insights. For the purposes of devstack this service will be referred to as `insights` and not `analytics-dashboard`. +See the [Devstack README](https://github.com/openedx/devstack/blob/master/README.rst) for information on how to install and run Insights. For the purposes of devstack this service will be referred to as `insights` and not `analytics-dashboard`. Provisioning for insights and the data api can be combined: @@ -120,7 +120,7 @@ Authentication & Authorization This section is only necessary if running I stand alone service OAuth2 is automatically configured by provisioning in devstack. By default, this application relies on an external OAuth2 provider -(contained within the [LMS](https://github.com/edx/edx-platform)) for authentication and authorization. If you are a +(contained within the [LMS](https://github.com/openedx/edx-platform)) for authentication and authorization. If you are a developer, and do not want to setup edx-platform, you can get around this requirement by doing the following: 1. Set `ENABLE_AUTO_AUTH` to `True` in your settings file. (This is the default value in `settings/local.py`). @@ -235,14 +235,14 @@ How to Contribute ----------------- Contributions are very welcome, but for legal reasons, you must submit a signed -[individual contributor's agreement](http://code.edx.org/individual-contributor-agreement.pdf) +[individual contributor's agreement](https://openedx.org/cla) before we can accept your contribution. See our -[CONTRIBUTING](https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst) +[CONTRIBUTING](https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst) file for more information -- it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted. ### JavaScript Code Quality -JavaScript developers should adhere to the [edX JavaScript standards](https://github.com/edx/edx-platform/wiki/Javascript-standards-for-the-edx-platform). +JavaScript developers should adhere to the [edX JavaScript standards](https://github.com/openedx/edx-platform/wiki/Javascript-standards-for-the-edx-platform). These standards are enforced using [JSHint](http://www.jshint.com/) and [jscs](https://www.npmjs.org/package/jscs). Testing diff --git a/common/clients.py b/common/clients.py index 46a377be8..32100be2b 100644 --- a/common/clients.py +++ b/common/clients.py @@ -11,7 +11,7 @@ class CourseStructureApiClient(OAuthAPIClient): """ This class is a sub-class of the edX Rest API Client - (https://github.com/edx/edx-rest-api-client). + (https://github.com/openedx/edx-rest-api-client). Details about the API itself can be found at https://openedx.atlassian.net/wiki/display/AN/Course+Structure+API. diff --git a/docs/en_us/dashboard/source/front_matter/read_me.rst b/docs/en_us/dashboard/source/front_matter/read_me.rst index a0818ae3b..4fb6ba705 100644 --- a/docs/en_us/dashboard/source/front_matter/read_me.rst +++ b/docs/en_us/dashboard/source/front_matter/read_me.rst @@ -6,7 +6,7 @@ The *Using edX Insights* guide is created using RST_ files and Sphinx_. You, the user community, can help update and revise this documentation project on GitHub. -https://github.com/edx/edx-analytics-dashboard/tree/master/docs/en_us/dashboard/source +https://github.com/openedx/edx-analytics-dashboard/tree/master/docs/en_us/dashboard/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ @@ -14,4 +14,4 @@ in the GitHub edx/edx-documentation repository. .. _Sphinx: http://sphinx-doc.org/ .. _RST: http://docutils.sourceforge.net/rst.html -.. _contribute to edX Documentation: https://github.com/edx/edx-documentation#contribute-to-edx-documentation +.. _contribute to edX Documentation: https://github.com/openedx/edx-documentation#contribute-to-edx-documentation diff --git a/docs/en_us/requirements.txt b/docs/en_us/requirements.txt index bf6fa8cb0..d94bea910 100644 --- a/docs/en_us/requirements.txt +++ b/docs/en_us/requirements.txt @@ -1,7 +1,7 @@ path.py Django >=1.4,<1.5 pytz --e git+https://github.com/edx/XBlock.git#egg=XBlock +-e git+https://github.com/openedx/XBlock.git#egg=XBlock lxml sphinxcontrib-napoleon==0.2.6 stevedore==0.14.1 diff --git a/docs/en_us/shared/preface.rst b/docs/en_us/shared/preface.rst index 4a50cc309..d831ea6e1 100644 --- a/docs/en_us/shared/preface.rst +++ b/docs/en_us/shared/preface.rst @@ -469,11 +469,11 @@ edX Global Community meetup_ group. .. _Demo: http://www.edx.org/course/edx/edx-edxdemo101-edx-demo-1038 .. _edX Partner Support: https://partners.edx.org/edx_zendesk .. _edx-code: http://groups.google.com/forum/#!forum/edx-code -.. _edx/configuration: http://github.com/edx/configuration/wiki +.. _edx/configuration: http://github.com/openedx/configuration/wiki .. _edX Data Analytics API: http://edx.readthedocs.org/projects/edx-data-analytics-api/en/latest/index.html .. _docs.edx.org: http://docs.edx.org -.. _edx/edx-analytics-dashboard: https://github.com/edx/edx-analytics-dashboard -.. _edx/edx-platform: https://github.com/edx/edx-platform +.. _edx/edx-analytics-dashboard: https://github.com/openedx/edx-analytics-dashboard +.. _edx/edx-platform: https://github.com/openedx/edx-platform .. _EdX Learner's Guide: http://edx-guide-for-students.readthedocs.org/en/latest/ .. _edX Open Learning XML Guide: http://edx-open-learning-xml.readthedocs.org/en/latest/index.html .. _edX Partner Portal: https://partners.edx.org @@ -483,7 +483,7 @@ edX Global Community meetup_ group. .. _edX Research Guide: http://edx.readthedocs.org/projects/devdata/en/latest/ .. _edX Release Notes: http://edx.readthedocs.org/projects/edx-release-notes/en/latest/ .. _edX Status: http://status.edx.org/ -.. _edx-tools: https://github.com/edx/edx-tools/wiki +.. _edx-tools: https://github.com/openedx/edx-tools/wiki .. _frequently asked questions: http://www.edx.org/student-faq .. _Installing, Configuring, and Running the Open edX Platform: http://edx.readthedocs.org/projects/edx-installing-configuring-and-running/en/latest/ .. _meetup: http://www.meetup.com/edX-Global-Community/ diff --git a/package-lock.json b/package-lock.json index 0185a793f..222d1dd37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "datatables": "1.10.13", "datatables-bootstrap3-plugin": "0.6.0", "edx-pattern-library": "0.16.6", - "edx-ui-toolkit": "git+https://github.com/edx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", + "edx-ui-toolkit": "git+https://github.com/openedx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", "extract-text-webpack-plugin": "3.0.2", "file-loader": "0.11.2", "font-awesome": "4.6.3", @@ -6363,7 +6363,7 @@ }, "node_modules/edx-ui-toolkit": { "version": "0.10.0", - "resolved": "git+ssh://git@github.com/edx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", + "resolved": "git+ssh://git@github.com/openedx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", "integrity": "sha512-aPw5KwSLKSG5pX5yKMt4i2TNSFAdohOs4itbmGxCBMipdZPpeaoYd+JR0XiGY4nlo6adVr/Hn5cdcHkZJ7q1Uw==", "license": "Apache-2.0", "dependencies": { @@ -27156,9 +27156,9 @@ } }, "edx-ui-toolkit": { - "version": "git+ssh://git@github.com/edx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", + "version": "git+ssh://git@github.com/openedx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", "integrity": "sha512-aPw5KwSLKSG5pX5yKMt4i2TNSFAdohOs4itbmGxCBMipdZPpeaoYd+JR0XiGY4nlo6adVr/Hn5cdcHkZJ7q1Uw==", - "from": "edx-ui-toolkit@git+https://github.com/edx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", + "from": "edx-ui-toolkit@git+https://github.com/openedx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", "requires": { "backbone": "~1.2.3", "backbone.paginator": "~2.0.3", diff --git a/package.json b/package.json index 4a26deef5..3b0d200cc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "edx-analytics-dashboard", "repository": { "type": "git", - "url": "git://github.com/edx/edx-analytics-dashboard" + "url": "git://github.com/openedx/edx-analytics-dashboard" }, "dependencies": { "@babel/core": "7.17.8", @@ -30,7 +30,7 @@ "datatables": "1.10.13", "datatables-bootstrap3-plugin": "0.6.0", "edx-pattern-library": "0.16.6", - "edx-ui-toolkit": "git+https://github.com/edx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", + "edx-ui-toolkit": "git+https://github.com/openedx/edx-ui-toolkit.git#29759050aff2f4f3cb6921432855ad057bd69bb1", "extract-text-webpack-plugin": "3.0.2", "file-loader": "0.11.2", "font-awesome": "4.6.3",