Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix: fix github url strings (org edx -> openedx)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Sep 12, 2022
1 parent 3314c8f commit e5b3be2
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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`).
Expand Down Expand Up @@ -237,12 +237,12 @@ 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)
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
Expand Down
2 changes: 1 addition & 1 deletion common/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/en_us/dashboard/source/front_matter/read_me.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ 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`_
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
2 changes: 1 addition & 1 deletion docs/en_us/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions docs/en_us/shared/preface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e5b3be2

Please sign in to comment.