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/en_us/course_authors/source/front_matter/read_me.rst b/en_us/course_authors/source/front_matter/read_me.rst index 60ab127c0d..3e2edb7b42 100644 --- a/en_us/course_authors/source/front_matter/read_me.rst +++ b/en_us/course_authors/source/front_matter/read_me.rst @@ -12,7 +12,7 @@ For information about other resources, see :ref:`Preface`. This guide is created using RST_ files and Sphinx_. You, the user community, can help to update and revise this documentation project on GitHub. -https://github.com/edx/edx-documentation/tree/master/en_us/course_authors/source +https://github.com/openedx/edx-documentation/tree/master/en_us/course_authors/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ diff --git a/en_us/data/source/index.rst b/en_us/data/source/index.rst index d46792b01d..5879ad5f46 100644 --- a/en_us/data/source/index.rst +++ b/en_us/data/source/index.rst @@ -23,7 +23,7 @@ into their courses and students. The *edX Research Guide* is created using RST_ files and Sphinx_. You, as a member of the user community, can help update and revise this documentation project on GitHub, using the edx-documentation repository at -https://github.com/edx/edx-documentation/tree/master/en_us/data/source +https://github.com/openedx/edx-documentation/tree/master/en_us/data/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ diff --git a/en_us/data/source/internal_data_formats/sql_schema.rst b/en_us/data/source/internal_data_formats/sql_schema.rst index b0b25017e5..434c192e0c 100644 --- a/en_us/data/source/internal_data_formats/sql_schema.rst +++ b/en_us/data/source/internal_data_formats/sql_schema.rst @@ -2222,7 +2222,7 @@ understand which of your learners received a certificate. For the latest information course certificates, see the `certificate models`_. -.. _`certificate models`: https://github.com/edx/edx-platform/blob/master/lms/djangoapps/certificates/models.py +.. _`certificate models`: https://github.com/openedx/edx-platform/blob/master/lms/djangoapps/certificates/models.py A sample of the heading row and two data rows in the ``certificates_generatedcertificate`` table follows. diff --git a/en_us/developers/source/analytics.rst b/en_us/developers/source/analytics.rst index cde2387f8c..229d013c2d 100644 --- a/en_us/developers/source/analytics.rst +++ b/en_us/developers/source/analytics.rst @@ -391,6 +391,6 @@ code. Old calls to ``server_track`` should be replaced with calls to handling do not currently have a suitable alternative approach, so they continue to be supported. -.. _event-tracking: https://github.com/edx/event-tracking +.. _event-tracking: https://github.com/openedx/event-tracking .. _event-tracking documentation: http://event-tracking.readthedocs.io/en/latest/overview.html#event-tracking .. _Segment: https://segment.com/ diff --git a/en_us/developers/source/architecture.rst b/en_us/developers/source/architecture.rst index 7a5ed17eb0..4431def08a 100644 --- a/en_us/developers/source/architecture.rst +++ b/en_us/developers/source/architecture.rst @@ -172,7 +172,7 @@ In addition to the components detailed above, the Open edX project also has services for other capabilities, such as one that manages e-commerce functions like order work flows and coupons. -.. _edx-platform: https://github.com/edx/edx-platform +.. _edx-platform: https://github.com/openedx/edx-platform .. _Python: https://www.python.org/ .. _Django: https://www.djangoproject.com/ .. _MongoDB: http://www.mongodb.org/ diff --git a/en_us/developers/source/extending_platform/xblocks.rst b/en_us/developers/source/extending_platform/xblocks.rst index ffa435971d..680d3bb8fd 100644 --- a/en_us/developers/source/extending_platform/xblocks.rst +++ b/en_us/developers/source/extending_platform/xblocks.rst @@ -126,7 +126,7 @@ edx-platform (both the LMS and Studio), installation and testing will be much more straightforward. To enable an XBlock for testing in your devstack -(https://github.com/edx/configuration/wiki/edX-Developer-Stack), follow these +(https://github.com/openedx/configuration/wiki/edX-Developer-Stack), follow these steps. #. Install your block. diff --git a/en_us/developers/source/front_matter/read_me.rst b/en_us/developers/source/front_matter/read_me.rst index 6967b3bdcc..040452055a 100644 --- a/en_us/developers/source/front_matter/read_me.rst +++ b/en_us/developers/source/front_matter/read_me.rst @@ -6,7 +6,7 @@ The *edX Developer Documentation* 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-documentation/tree/master/en_us/developers/source +https://github.com/openedx/edx-documentation/tree/master/en_us/developers/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ diff --git a/en_us/developers/source/internationalization/i18n.rst b/en_us/developers/source/internationalization/i18n.rst index ec7a37bf27..ad9ca804eb 100644 --- a/en_us/developers/source/internationalization/i18n.rst +++ b/en_us/developers/source/internationalization/i18n.rst @@ -480,7 +480,7 @@ preview language. Use the **Reset** button to reset the preview language to your default setting. Refresh your browser page to display the page in the selected language. The language persists for the duration of your session. -.. _RTL UI Guidelines: https://github.com/edx/edx-platform/wiki/RTL-UI-Best-Practices +.. _RTL UI Guidelines: https://github.com/openedx/edx-platform/wiki/RTL-UI-Best-Practices .. _i18n Style Guidelines: diff --git a/en_us/developers/source/preventing_xss/preventing_xss.rst b/en_us/developers/source/preventing_xss/preventing_xss.rst index a710180265..170fcf6e9e 100644 --- a/en_us/developers/source/preventing_xss/preventing_xss.rst +++ b/en_us/developers/source/preventing_xss/preventing_xss.rst @@ -656,7 +656,7 @@ Legacy JavaScript files JavaScript files are often used to perform DOM manipulation, and must properly HTML-escape text before inserting it into the DOM. -The `UI Toolkit `_ introduces various +The `UI Toolkit `_ introduces various ``StringUtils`` and ``HtmlUtils`` that are useful for handling escaping in JavaScript. You can declare ``StringUtils`` and ``HtmlUtils`` as dependencies using RequireJS ``define``, as seen in the following example. diff --git a/en_us/developers/source/preventing_xss/preventing_xss_in_django_templates.rst b/en_us/developers/source/preventing_xss/preventing_xss_in_django_templates.rst index ecac331a32..42dc558a6b 100644 --- a/en_us/developers/source/preventing_xss/preventing_xss_in_django_templates.rst +++ b/en_us/developers/source/preventing_xss/preventing_xss_in_django_templates.rst @@ -65,6 +65,6 @@ Custom Interpolation Tag Example: {% endblocktrans %} {% interpolate_html msg start_anchor=''|safe end_anchor=''|safe %} -See an `example of this custom tag `__ used in the credentials codebase. +See an `example of this custom tag `__ used in the credentials codebase. -The `interpolate_html tag `__ is now available in a shared library for use in all IDAs. +The `interpolate_html tag `__ is now available in a shared library for use in all IDAs. diff --git a/en_us/developers/source/preventing_xss/preventing_xss_strip_tags.rst b/en_us/developers/source/preventing_xss/preventing_xss_strip_tags.rst index 8cad97dd70..1fadd7c990 100644 --- a/en_us/developers/source/preventing_xss/preventing_xss_strip_tags.rst +++ b/en_us/developers/source/preventing_xss/preventing_xss_strip_tags.rst @@ -24,11 +24,11 @@ In both cases, we use a library called bleach. Mako filters for bleaching -------------------------- -At the time of writing this, we do not yet have Mako filters for bleaching.  However, that would be very useful and was `detailed and requested on this PR `__. If you need this, please do the following: +At the time of writing this, we do not yet have Mako filters for bleaching.  However, that would be very useful._ If you need this, please do the following: 1. See if this was already added,  -2. If not, implement it and add to the `xss-lint repo `__. +2. If not, implement it and add to the `xss-lint repo `__. 3. Update this documentation to detail using the filters. @@ -38,7 +38,7 @@ Strip all HTML tags You would typically do this when people have entered HTML tags inside a field in the past, and you no longer want to support HTML, but you also don't want escaped HTML tags to start appearing on the page. Here is an \ `example using bleach to strip all -tags `__. +tags `__. Strip all but safe HTML tags ---------------------------- @@ -46,7 +46,7 @@ Strip all but safe HTML tags You would do this if you in fact want to allow a user to be able to use certain simple HTML tags, like "
", in their input.  Use this sparingly.  It is much simpler to deal with plain text fields. Here is an \ `example using bleach to only allow basic/safe supported -tags `__. +tags `__. In addition to adding in the HTML to your data, you will probably need to turn off HTML escaping when outputting this data inside a template. The following is an example of this in Mako. diff --git a/en_us/developers/source/process/code-considerations.rst b/en_us/developers/source/process/code-considerations.rst index 6b07b194a4..eb35e09274 100644 --- a/en_us/developers/source/process/code-considerations.rst +++ b/en_us/developers/source/process/code-considerations.rst @@ -281,5 +281,5 @@ you have questions, please contact us at docs@edx.org. .. _cover letter: http://edx.readthedocs.io/projects/edx-developer-guide/en/latest/process/cover-letter.html -.. _GitHub repository: https://github.com/edx/edx-documentation +.. _GitHub repository: https://github.com/openedx/edx-documentation .. _edX documentation: http://docs.edx.org diff --git a/en_us/developers/source/process/core-committer.rst b/en_us/developers/source/process/core-committer.rst index 28f704c73d..8e8d1f6cbc 100644 --- a/en_us/developers/source/process/core-committer.rst +++ b/en_us/developers/source/process/core-committer.rst @@ -31,7 +31,7 @@ process is different: pull request should be closed, inform the community managers, and they will handle it. -.. _the documentation for doing so: https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request +.. _the documentation for doing so: https://github.com/openedx/edx-platform/wiki/How-to-Rebase-a-Pull-Request Each Scrum team should decide for themselves how to estimate stories related to reviewing external pull requests, and how to claim points for those stories, diff --git a/en_us/developers/source/process/cover-letter.rst b/en_us/developers/source/process/cover-letter.rst index 2b38136cd9..cbbf4680c8 100644 --- a/en_us/developers/source/process/cover-letter.rst +++ b/en_us/developers/source/process/cover-letter.rst @@ -64,5 +64,5 @@ includes before and after screenshots, so the UX team can quickly understand what changes were made and make suggestions. Further, the pull request indicates how to manually test the feature and what date it is needed by. -.. _Pull Request 4675: https://github.com/edx/edx-platform/pull/4675 -.. _Pull Request 4983: https://github.com/edx/edx-platform/pull/4983 +.. _Pull Request 4675: https://github.com/openedx/edx-platform/pull/4675 +.. _Pull Request 4983: https://github.com/openedx/edx-platform/pull/4983 diff --git a/en_us/developers/source/process/overview.rst b/en_us/developers/source/process/overview.rst index a906a0e529..a671d3fc2d 100644 --- a/en_us/developers/source/process/overview.rst +++ b/en_us/developers/source/process/overview.rst @@ -64,8 +64,8 @@ overview of the process is here: :target: ../_images/pr-process.png .. _Open edX Proposal (OEP) process: http://open-edx-proposals.readthedocs.io/en/latest/ -.. _The instructions here: https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst#step-0-join-the-conversation -.. _contribution agreement: https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst#step-1-sign-a-contribution-agreement +.. _The instructions here: https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst#step-0-join-the-conversation +.. _contribution agreement: https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst#step-1-sign-a-contribution-agreement General Guidelines ------------------ @@ -84,7 +84,7 @@ For XBlocks you intend to install on edx.org, please also read the `XBlock Review Guidelines`_. .. _Internationalization Coding Guidelines: https://openedx.atlassian.net/wiki/edx.readthedocs.io/projects/edx-developer-guide/en/latest/internationalization/i18n.html -.. _RTL UI Best Practices: https://github.com/edx/edx-platform/wiki/RTL-UI-Best-Practices +.. _RTL UI Best Practices: https://github.com/openedx/edx-platform/wiki/RTL-UI-Best-Practices .. _Accessibility Guidelines: http://edx.readthedocs.io/projects/edx-developer-guide/en/latest/accessibility.html .. _Analytics Guidelines: http://edx.readthedocs.io/projects/edx-developer-guide/en/latest/analytics.html .. _Eventing Design and Review Process: https://openedx.atlassian.net/wiki/display/AN/Eventing+Design+and+Review+Process diff --git a/en_us/developers/source/style_guides/javascript-guidelines.rst b/en_us/developers/source/style_guides/javascript-guidelines.rst index 952e5e9e6a..25ffdeee59 100644 --- a/en_us/developers/source/style_guides/javascript-guidelines.rst +++ b/en_us/developers/source/style_guides/javascript-guidelines.rst @@ -87,9 +87,9 @@ produces HTML documentation for it. An example follows. .. _Airbnb JavaScript Style Guide: https://github.com/airbnb/javascript .. _Babel: https://babeljs.io/ -.. _description of testing for the edx-platform repository: https://github.com/edx/edx-platform/blob/master/docs/en_us/internal/testing.rst -.. _edX ESLint Config: https://github.com/edx/eslint-config-edx/tree/master/packages/eslint-config-edx -.. _edX ESLint Config for ES5: https://github.com/edx/eslint-config-edx/tree/master/packages/eslint-config-edx-es5 +.. _description of testing for the edx-platform repository: https://github.com/openedx/edx-platform/blob/master/docs/en_us/internal/testing.rst +.. _edX ESLint Config: https://github.com/edx-unsupported/eslint-config-edx/tree/master/packages/eslint-config-edx +.. _edX ESLint Config for ES5: https://github.com/edx-unsupported/eslint-config-edx/tree/master/packages/eslint-config-edx-es5 .. _edX UI Toolkit: http://ui-toolkit.edx.org/ .. _ES5: https://www.ecma-international.org/ecma-262/5.1/ .. _ES2015: http://www.ecma-international.org/ecma-262/6.0/ diff --git a/en_us/developers/source/style_guides/python-guidelines.rst b/en_us/developers/source/style_guides/python-guidelines.rst index 44e427a22a..afd0115095 100644 --- a/en_us/developers/source/style_guides/python-guidelines.rst +++ b/en_us/developers/source/style_guides/python-guidelines.rst @@ -236,7 +236,7 @@ Not like this:: We intentionally stray from `PEP 257`_ in this case. The formatting inconsistency between single and multi-line docstrings can result in merge conflicts when upstream and downstream branches change the same docstring. See -this `GitHub comment `_ +this `GitHub comment `_ for more context. ********** diff --git a/en_us/developers/source/style_guides/sass-guidelines.rst b/en_us/developers/source/style_guides/sass-guidelines.rst index a6ee8fc2de..f22ffcd03f 100644 --- a/en_us/developers/source/style_guides/sass-guidelines.rst +++ b/en_us/developers/source/style_guides/sass-guidelines.rst @@ -59,7 +59,7 @@ This should instead be written as:: .. _CSS Rules: https://github.com/stylelint/stylelint/blob/master/docs/user-guide/rules.md#possible-errors .. _default flag: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#Variable_Defaults___default -.. _edX Stylelint Config: https://github.com/edx/stylelint-config-edx -.. _edX Stylelint Config README: https://github.com/edx/stylelint-config-edx#sass-style-guide +.. _edX Stylelint Config: https://github.com/edx-unsupported/stylelint-config-edx +.. _edX Stylelint Config README: https://github.com/edx-unsupported/stylelint-config-edx#sass-style-guide .. _SCSS-Specific Rules: https://www.npmjs.com/package/stylelint-scss#list-of-rules .. _Stylelint: https://stylelint.io/ diff --git a/en_us/developers/source/testing/index.rst b/en_us/developers/source/testing/index.rst index a72b24edd4..6a88f84f92 100644 --- a/en_us/developers/source/testing/index.rst +++ b/en_us/developers/source/testing/index.rst @@ -17,4 +17,4 @@ file on GitHub. code-quality test_openedx_features -.. _testing.rst: https://github.com/edx/edx-platform/blob/6d2468d0dcf782a7561ecc61946146d6fae2762f/docs/en_us/internal/testing.rst +.. _testing.rst: https://github.com/openedx/edx-platform/blob/6d2468d0dcf782a7561ecc61946146d6fae2762f/docs/en_us/internal/testing.rst diff --git a/en_us/install_operations/source/configuration/changing_appearance/theming/index.rst b/en_us/install_operations/source/configuration/changing_appearance/theming/index.rst index 98a0f9330a..7c7e7849d6 100644 --- a/en_us/install_operations/source/configuration/changing_appearance/theming/index.rst +++ b/en_us/install_operations/source/configuration/changing_appearance/theming/index.rst @@ -33,5 +33,5 @@ site looks, without changing how it works. enable_themes compiling_theme -In addition, an `example theme `_ is +In addition, an `example theme `_ is available for review. diff --git a/en_us/install_operations/source/configuration/enable_certificates.rst b/en_us/install_operations/source/configuration/enable_certificates.rst index 3be24c1657..ba8e8c5e43 100644 --- a/en_us/install_operations/source/configuration/enable_certificates.rst +++ b/en_us/install_operations/source/configuration/enable_certificates.rst @@ -401,4 +401,4 @@ will have been generated for eligible learners. .. include:: ../../../links/links.rst -.. _edx/credentials: https://github.com/edx/credentials +.. _edx/credentials: https://github.com/openedx/credentials diff --git a/en_us/install_operations/source/configuration/enable_weekly_learning_goals.rst b/en_us/install_operations/source/configuration/enable_weekly_learning_goals.rst index c7e742e63b..42a3b0fed7 100644 --- a/en_us/install_operations/source/configuration/enable_weekly_learning_goals.rst +++ b/en_us/install_operations/source/configuration/enable_weekly_learning_goals.rst @@ -29,8 +29,8 @@ The following waffle flag needs to be enabled: ``course_experience.enable_course_goals`` -To send goal reminder emails, you need to regularly run the following `management command `_. +To send goal reminder emails, you need to regularly run the following `management command `_. edx.org runs this command at the following cron schedule H \*/3 \* \* \* -.. note:: For the emails to work you will need to have at least one email channel configured within https://github.com/edx/edx-ace +.. note:: For the emails to work you will need to have at least one email channel configured within https://github.com/openedx/edx-ace diff --git a/en_us/install_operations/source/configuration/user_retire/driver_setup.rst b/en_us/install_operations/source/configuration/user_retire/driver_setup.rst index afe4f4b87f..0246c386a7 100644 --- a/en_us/install_operations/source/configuration/user_retire/driver_setup.rst +++ b/en_us/install_operations/source/configuration/user_retire/driver_setup.rst @@ -4,7 +4,7 @@ Setting Up the User Retirement Driver Scripts ############################################# -Tubular (`edx/tubular on github `_) is a +Tubular (`edx/tubular on github `_) is a repository of Python 3 scripts designed to plug into various automation tooling. Included in Tubular are two scripts intended to drive the user retirement workflow. @@ -57,7 +57,7 @@ of execution for each environment. Each item is a list in the form of: #. End state name #. IDA to call against (LMS, ECOMMERCE, or CREDENTIALS currently) #. Method name to call in Tubular's - `edx_api.py `_ + `edx_api.py `_ For example: ``['RETIRING_CREDENTIALS', 'CREDENTIALS_COMPLETE', 'CREDENTIALS', 'retire_learner']`` will set the user's state to ``RETIRING_CREDENTIALS``, call @@ -78,7 +78,7 @@ Set up your execution environment. .. code-block:: bash - git clone https://github.com/edx/tubular.git + git clone https://github.com/openedx/tubular.git cd tubular virtualenv --python=`which python3` venv source venv/bin/activate diff --git a/en_us/install_operations/source/configuration/user_retire/service_setup.rst b/en_us/install_operations/source/configuration/user_retire/service_setup.rst index b4f4ac8f93..4fd59fcfd3 100644 --- a/en_us/install_operations/source/configuration/user_retire/service_setup.rst +++ b/en_us/install_operations/source/configuration/user_retire/service_setup.rst @@ -18,7 +18,7 @@ feature. Note that some of these settings values are lambda functions rather than standard string literals. This is intentional; it is a pattern for defining *derived* settings specific to Open edX. Read more about it in `openedx/core/lib/derived.py -`_. +`_. .. list-table:: :header-rows: 1 @@ -53,7 +53,7 @@ defining *derived* settings specific to Open edX. Read more about it in - ``'RETIREMENT_SERVICE_USER'`` - The username of the retirement service worker. * - RETIREMENT_STATES - - See `lms/envs/common.py `_ + - See `lms/envs/common.py `_ in the ``RETIREMENT_STATES`` setting - A list that defines the name and order of states for the retirement workflow. See `Retirement States`_ for details. @@ -73,7 +73,7 @@ installations, so it is the responsibility of the administrator to populate the state list. The default states are defined in `lms/envs/common.py -`_ +`_ in the ``RETIREMENT_STATES`` setting. There must be, at minimum, a ``PENDING`` state at the beginning, and ``COMPLETED``, ``ERRORED``, and ``ABORTED`` states at the end of the list. Also, for every ``RETIRING_foo`` state, there must be diff --git a/en_us/install_operations/source/front_matter/read_me.rst b/en_us/install_operations/source/front_matter/read_me.rst index ea5d875a65..01e83939a1 100644 --- a/en_us/install_operations/source/front_matter/read_me.rst +++ b/en_us/install_operations/source/front_matter/read_me.rst @@ -6,7 +6,7 @@ The *Installing and Configuring the Open edX Platform* documentation is created using RST_ files and Sphinx_. As a member of the community, you can help update and revise this documentation project on GitHub. -https://github.com/edx/edx-documentation/tree/master/en_us/install_operations/source +https://github.com/openedx/edx-documentation/tree/master/en_us/install_operations/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ diff --git a/en_us/install_operations/source/insights/elastic_mapreduce.rst b/en_us/install_operations/source/insights/elastic_mapreduce.rst index d315178254..9913b37f23 100644 --- a/en_us/install_operations/source/insights/elastic_mapreduce.rst +++ b/en_us/install_operations/source/insights/elastic_mapreduce.rst @@ -137,7 +137,7 @@ running on that instance. .. code-block:: bash - git clone https://github.com/edx/edx-analytics-configuration.git + git clone https://github.com/openedx/edx-analytics-configuration.git #. Configure the shell to use the AWS credentials of the administrative AWS user. diff --git a/en_us/install_operations/source/mobile.rst b/en_us/install_operations/source/mobile.rst index 72488099de..b7e253b753 100644 --- a/en_us/install_operations/source/mobile.rst +++ b/en_us/install_operations/source/mobile.rst @@ -19,9 +19,9 @@ There are currently two edX mobile applications, one for iOS and one for Android. You can find the source code and additional documentation for each application in the following repositories. -* iOS: http://github.com/edx/edx-app-ios +* iOS: http://github.com/openedx/edx-app-ios -* Android: http://github.com/edx/edx-app-android +* Android: http://github.com/openedx/edx-app-android ***************************************** Configuring Mobile Application Features diff --git a/en_us/install_operations/source/platform_releases/birch.rst b/en_us/install_operations/source/platform_releases/birch.rst index 788f8b14f5..5d1181789f 100644 --- a/en_us/install_operations/source/platform_releases/birch.rst +++ b/en_us/install_operations/source/platform_releases/birch.rst @@ -52,7 +52,7 @@ Upgrading from Aspen to Birch You can upgrade your Open edX instance that is running the Aspen release to the Birch release, using the ``migrate.sh`` script in the configuration repository, -`available here `_. +`available here `_. .. note:: The upgrade scripts provided are verified only for upgrading instances diff --git a/en_us/install_operations/source/platform_releases/cypress.rst b/en_us/install_operations/source/platform_releases/cypress.rst index ec99b40748..b9456c1ac7 100644 --- a/en_us/install_operations/source/platform_releases/cypress.rst +++ b/en_us/install_operations/source/platform_releases/cypress.rst @@ -55,7 +55,7 @@ Upgrading from Birch to Cypress You can upgrade an Open edX instance that is running the Birch release to the Cypress release, by using the ``migrate.sh`` script in the configuration repository, `available here -`_. +`_. .. note:: The upgrade scripts provided are verified only for upgrading instances diff --git a/en_us/install_operations/source/platform_releases/eucalyptus.rst b/en_us/install_operations/source/platform_releases/eucalyptus.rst index e47144d5ff..7286683604 100644 --- a/en_us/install_operations/source/platform_releases/eucalyptus.rst +++ b/en_us/install_operations/source/platform_releases/eucalyptus.rst @@ -75,7 +75,7 @@ edX, run the upgrade script for your type of installation. .. code-block:: bash $ export OPENEDX_RELEASE=open-release/eucalyptus.1 - $ curl -OL https://raw.github.com/edx/configuration/$OPENEDX_RELEASE/util/vagrant/upgrade.sh + $ curl -OL https://raw.github.com/openedx/configuration/$OPENEDX_RELEASE/util/vagrant/upgrade.sh #. Run the script. diff --git a/en_us/links/links.rst b/en_us/links/links.rst index 46609983f8..1ecfb4f10a 100644 --- a/en_us/links/links.rst +++ b/en_us/links/links.rst @@ -92,29 +92,29 @@ .. _GitHub: http://github.com -.. _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 -.. _edx-documentation/shared: https://github.com/edx/edx-documentation/blob/master/shared/conf.py +.. _edx-documentation/shared: https://github.com/openedx/edx-documentation/blob/master/shared/conf.py -.. _edx-analytics-configuration: https://github.com/edx/edx-analytics-configuration +.. _edx-analytics-configuration: https://github.com/openedx/edx-analytics-configuration -.. _edx-documentation: https://github.com/edx/edx-documentation +.. _edx-documentation: https://github.com/openedx/edx-documentation -.. _edx-tools wiki: https://github.com/edx/edx-tools/wiki +.. _edx-tools wiki: https://github.com/openedx/edx-tools/wiki .. _custom_form_app: https://github.com/open-craft/custom-form-app -.. _EdX Search: https://github.com/edx/edx-search/ +.. _EdX Search: https://github.com/openedx/edx-search/ .. _GitHub Help: https://help.github.com/articles/set-up-git -.. _edx-documentation: https://github.com/edx/edx-documentation +.. _edx-documentation: https://github.com/openedx/edx-documentation -.. _password_policy_validators: https://github.com/edx/edx-platform/blob/master/common/djangoapps/util/password_policy_validators.py +.. _password_policy_validators: https://github.com/openedx/edx-platform/blob/master/common/djangoapps/util/password_policy_validators.py .. _PyEnv: https://github.com/yyuu/pyenv -.. _example CSS file for drag and drop problems: https://github.com/edx-solutions/xblock-drag-and-drop-v2/blob/master/drag_and_drop_v2/public/themes/apros.css +.. _example CSS file for drag and drop problems: https://github.com/openedx/xblock-drag-and-drop-v2/blob/master/drag_and_drop_v2/public/themes/apros.css .. _VirtualEnv: http://www.virtualenv.org/en/latest/ @@ -124,55 +124,55 @@ .. _VirtualEnvWrapper: http://virtualenvwrapper.readthedocs.io/en/latest -.. _XBlock SDK: https://github.com/edx/xblock-sdk +.. _XBlock SDK: https://github.com/openedx/xblock-sdk -.. _thumbs.py: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/thumbs/thumbs.py +.. _thumbs.py: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/thumbs/thumbs.py -.. _thumbs.js: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/thumbs/static/js/src/thumbs.js +.. _thumbs.js: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/thumbs/static/js/src/thumbs.js -.. _Thumbs XBlock: https://github.com/edx/xblock-sdk/tree/master/sample_xblocks/thumbs +.. _Thumbs XBlock: https://github.com/openedx/xblock-sdk/tree/master/sample_xblocks/thumbs -.. _1.js: https://github.com/edx/xblock-sdk/blob/master/workbench/static/workbench/js/runtime/1.js +.. _1.js: https://github.com/openedx/xblock-sdk/blob/master/workbench/static/workbench/js/runtime/1.js -.. _Problem XBlock: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/basic/problem.py +.. _Problem XBlock: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/basic/problem.py -.. _Content XBlocks: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/basic/content.py +.. _Content XBlocks: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/basic/content.py -.. _Slider XBlock: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/basic/slider.py +.. _Slider XBlock: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/basic/slider.py -.. _Structure XBlocks: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/basic/structure.py +.. _Structure XBlocks: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/basic/structure.py -.. _View Counter XBlock: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/basic/view_counter.py +.. _View Counter XBlock: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/basic/view_counter.py -.. _thumbs.html: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/thumbs/static/html/thumbs.html +.. _thumbs.html: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/thumbs/static/html/thumbs.html -.. _thumbs.css: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/thumbs/static/css/thumbs.css +.. _thumbs.css: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/thumbs/static/css/thumbs.css -.. _requirements/edx/github.txt: https://github.com/edx/edx-platform/blob/master/requirements/edx/github.txt +.. _requirements/edx/github.txt: https://github.com/openedx/edx-platform/blob/master/requirements/edx/github.txt -.. _submission_mixin.py: https://github.com/edx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/xblock/submission_mixin.py +.. _submission_mixin.py: https://github.com/openedx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/xblock/submission_mixin.py -.. _edx-platform: https://github.com/edx/edx-platform +.. _edx-platform: https://github.com/openedx/edx-platform -.. _configuration: https://github.com/edx/configuration +.. _configuration: https://github.com/openedx/configuration -.. _The migrate.sh script: https://github.com/edx/configuration/blob/named-release/dogwood.rc/util/vagrant/migrate.sh +.. _The migrate.sh script: https://github.com/openedx/configuration/blob/named-release/dogwood.rc/util/vagrant/migrate.sh -.. _The upgrade.sh script: https://github.com/edx/configuration/blob/master/util/vagrant/upgrade.sh +.. _The upgrade.sh script: https://github.com/openedx/configuration/blob/master/util/vagrant/upgrade.sh .. _Developing on Devstack: https://openedx.atlassian.net/wiki/display/OpenOPS/Running+Devstack -.. _Getting Started on Analytics: https://github.com/edx/devstack/blob/master/docs/analytics.rst +.. _Getting Started on Analytics: https://github.com/openedx/devstack/blob/master/docs/analytics.rst .. _forum migration described on the Open edX wiki: https://openedx.atlassian.net/wiki/display/TNL/Migrating+the+Discussion+Forums+to+Support+Teams+Discussion+Filtering -.. _Google Drive XBlock: https://github.com/edx-solutions/xblock-google-drive +.. _Google Drive XBlock: https://github.com/openedx/xblock-google-drive -.. _init file: https://github.com/edx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/__init__.py +.. _init file: https://github.com/openedx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/__init__.py -.. _base.py: https://github.com/edx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/base.py +.. _base.py: https://github.com/openedx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/base.py -.. _S3.py: https://github.com/edx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/s3.py +.. _S3.py: https://github.com/openedx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/s3.py .. _edX Analytics Installation: https://openedx.atlassian.net/wiki/display/OpenOPS/edX+Analytics+Installation @@ -182,37 +182,37 @@ .. _edx-ui-toolkit GitHub repository: https://github.com/edx/edx-ui-toolkit -.. _Re install Open edX in Ubuntu 12.04: https://github.com/edx/configuration/wiki/Re-install-Open-edX-in-Ubuntu-12.04 +.. _Re install Open edX in Ubuntu 12.04: https://github.com/openedx/configuration/wiki/Re-install-Open-edX-in-Ubuntu-12.04 .. EDX VMs -.. _iOS: http://github.com/edx/edx-app-ios -.. _Android: http://github.com/edx/edx-app-android +.. _iOS: http://github.com/openedx/edx-app-ios +.. _Android: http://github.com/openedx/edx-app-android -.. _edX Managing the Full Stack: https://github.com/edx/configuration/wiki/edX-Managing-the-Full-Stack +.. _edX Managing the Full Stack: https://github.com/openedx/configuration/wiki/edX-Managing-the-Full-Stack -.. _OEXPushNotificationManager.m: https://github.com/edx/edx-app-ios/blob/master/Source/OEXPushNotificationManager.m +.. _OEXPushNotificationManager.m: https://github.com/openedx/edx-app-ios/blob/master/Source/OEXPushNotificationManager.m -.. _OEXParsePushProvider.m: https://github.com/edx/edx-app-ios/blob/master/Source/OEXParsePushProvider.m +.. _OEXParsePushProvider.m: https://github.com/openedx/edx-app-ios/blob/master/Source/OEXParsePushProvider.m -.. _OEXPushProvider.h: https://github.com/edx/edx-app-ios/blob/master/Source/OEXPushProvider.h +.. _OEXPushProvider.h: https://github.com/openedx/edx-app-ios/blob/master/Source/OEXPushProvider.h -.. _AndroidManifest.xml: https://github.com/edx/edx-app-android/blob/master/VideoLocker/AndroidManifest.xml#L270 +.. _AndroidManifest.xml: https://github.com/openedx/edx-app-android/blob/master/VideoLocker/AndroidManifest.xml#L270 -.. _EdxParsePushBroadcastReceiver.java: https://github.com/edx/edx-app-android/blob/master/VideoLocker/src/main/java/org/edx/mobile/module/notification/EdxParsePushBroadcastReceiver.java +.. _EdxParsePushBroadcastReceiver.java: https://github.com/openedx/edx-app-android/blob/master/VideoLocker/src/main/java/org/edx/mobile/module/notification/EdxParsePushBroadcastReceiver.java -.. _UserNotificationManager.java: https://github.com/edx/edx-app-android/blob/master/VideoLocker/src/main/java/org/edx/mobile/module/notification/UserNotificationManager.java +.. _UserNotificationManager.java: https://github.com/openedx/edx-app-android/blob/master/VideoLocker/src/main/java/org/edx/mobile/module/notification/UserNotificationManager.java -.. _ParseNotificationDelegate.java: https://github.com/edx/edx-app-android/blob/master/VideoLocker/src/main/java/org/edx/mobile/module/notification/ParseNotificationDelegate.java +.. _ParseNotificationDelegate.java: https://github.com/openedx/edx-app-android/blob/master/VideoLocker/src/main/java/org/edx/mobile/module/notification/ParseNotificationDelegate.java .. _Python SAML Toolkit: https://github.com/onelogin/python-saml -.. _Manual Testing: https://github.com/edx/edx-platform/tree/master/common/test/data/manual-testing-complete +.. _Manual Testing: https://github.com/openedx/edx-platform/tree/master/common/test/data/manual-testing-complete -.. _manual-testing-complete: https://github.com/edx/edx-platform/tree/master/common/test/data/manual-testing-complete +.. _manual-testing-complete: https://github.com/openedx/edx-platform/tree/master/common/test/data/manual-testing-complete -.. _2014.xml: https://github.com/edx/edx-platform/blob/master/common/test/data/manual-testing-complete/course/2014.xml +.. _2014.xml: https://github.com/openedx/edx-platform/blob/master/common/test/data/manual-testing-complete/course/2014.xml .. _edX-Insider: https://github.com/pmitros/edX-Insider @@ -222,7 +222,7 @@ .. _course.xml: https://github.com/pmitros/edX-Insider/blob/master/Ongoing/course.xml -.. _edX Demo Course GitHub: https://github.com/edx/edx-demo-course +.. _edX Demo Course GitHub: https://github.com/openedx/edx-demo-course .. EDX WIKI LINKS @@ -247,7 +247,7 @@ .. THIRD PARTY LINKS .. _Oscar: https://github.com/django-oscar/django-oscar -.. _E-Commerce service: https://github.com/edx/ecommerce +.. _E-Commerce service: https://github.com/openedx/ecommerce .. _Transifex: https://www.transifex.com/ .. _configure the Transifex client: http://docs.transifex.com/client/config/ .. _Django password validation documentation: https://docs.djangoproject.com/en/2.1/topics/auth/passwords/#module-django.contrib.auth.password_validation @@ -255,7 +255,7 @@ .. _django-compressor: http://django-compressor.readthedocs.io/ .. _RequireJS: http://requirejs.org/ .. _OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html -.. _devstack: https://github.com/edx/devstack +.. _devstack: https://github.com/openedx/devstack .. _Testing in Django: https://docs.djangoproject.com/en/1.8/topics/testing/ .. _Django sites framework: https://docs.djangoproject.com/en/1.8/ref/contrib/sites .. _Jasmine: http://jasmine.github.io/2.3/introduction.html @@ -398,7 +398,7 @@ .. _Names and Roles Provisioning Service: https://www.imsglobal.org/spec/lti-nrps/v2p0 -.. _LTI_NRPS_ACTIVE_ENROLLMENT_LIMIT setting: https://github.com/edx/xblock-lti-consumer/blob/master/docs/decisions/0004-lti-advantage-nrps.rst#decision +.. _LTI_NRPS_ACTIVE_ENROLLMENT_LIMIT setting: https://github.com/openedx/xblock-lti-consumer/blob/master/docs/decisions/0004-lti-advantage-nrps.rst#decision .. _Issuing Badges: https://wiki.mozilla.org/Badges/Onboarding-Issuer#Issuing_Badges @@ -476,7 +476,7 @@ .. _Django 1.8 Upgrade Release Notes: https://openedx.atlassian.net/wiki/display/TNL/Django+1.8+Upgrade+Release+Notes -.. _Django 1.8 pull request: https://github.com/edx/edx-platform/pull/10401 +.. _Django 1.8 pull request: https://github.com/openedx/edx-platform/pull/10401 .. _app_label: https://docs.djangoproject.com/en/1.8/ref/models/options/#app-label @@ -561,9 +561,9 @@ .. _Azure sign in: https://portal.azure.com -.. _AWS template file: https://github.com/edx/edx-platform/blob/b3462e5b1c3cc45ad8673f3f12e84fa17ffa6b64/lms/envs/aws.py#L586-L596 +.. _AWS template file: https://github.com/openedx/edx-platform/blob/b3462e5b1c3cc45ad8673f3f12e84fa17ffa6b64/lms/envs/aws.py#L586-L596 -.. _random and highly secure password: https://github.com/edx/edx-platform/blob/46d69eba/common/djangoapps/third_party_auth/pipeline.py#L392-L410 +.. _random and highly secure password: https://github.com/openedx/edx-platform/blob/46d69eba/common/djangoapps/third_party_auth/pipeline.py#L392-L410 .. _OAuth backends supported by python-social-auth v0.2.12: http://python-social-auth.readthedocs.io/en/latest/backends/index.html#social-backends @@ -573,7 +573,7 @@ .. _python-social-auth documentation: http://python-social-auth.readthedocs.io/en/latest/index.html -.. _the default value in the aws.py file: https://github.com/edx/edx-platform/blob/b3462e5b1c3cc45ad8673f3f12e84fa17ffa6b64/lms/envs/aws.py#L586-L596 +.. _the default value in the aws.py file: https://github.com/openedx/edx-platform/blob/b3462e5b1c3cc45ad8673f3f12e84fa17ffa6b64/lms/envs/aws.py#L586-L596 .. _Media formats supported by the HTML audio and video elements: https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#MP4_H.264_(AAC_or_MP3) @@ -609,7 +609,7 @@ .. _Open edX Release Notes: http://edx.readthedocs.io/projects/open-edx-release-notes/en/latest/ironwood.html -.. _Password Policy: https://github.com/edx/edx-platform/wiki/Optional-Password-Policy-Enforcement +.. _Password Policy: https://github.com/openedx/edx-platform/wiki/Optional-Password-Policy-Enforcement .. _Taking Timed and Proctored Exams: https://support.edx.org/hc/en-us/sections/115004169247 @@ -619,13 +619,13 @@ .. _Checking Your Onboarding Status and Resetting Your Onboarding Exam: https://support.edx.org/hc/en-us/articles/1500002350902 -.. _XQueue: https://github.com/edx/xqueue +.. _XQueue: https://github.com/openedx/xqueue -.. _edX XQueue repository: https://github.com/edx/xqueue/blob/master/queue +.. _edX XQueue repository: https://github.com/openedx/xqueue/blob/master/queue .. _GnuPG website: https://www.gnupg.org -.. _xqueue_watcher: https://github.com/edx/xqueue-watcher +.. _xqueue_watcher: https://github.com/openedx/xqueue-watcher .. _Stanford Online xqueue_pull_ref: https://github.com/Stanford-Online/xqueue_pull_ref diff --git a/en_us/olx/source/front_matter/read_me.rst b/en_us/olx/source/front_matter/read_me.rst index c345b699ef..c8cc87f87c 100644 --- a/en_us/olx/source/front_matter/read_me.rst +++ b/en_us/olx/source/front_matter/read_me.rst @@ -10,7 +10,7 @@ This documentation 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-documentation/tree/master/en_us/olx/source +https://github.com/openedx/edx-documentation/tree/master/en_us/olx/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ diff --git a/en_us/open_edx_course_authors/locales/pot/accessibility.pot b/en_us/open_edx_course_authors/locales/pot/accessibility.pot index e1602252d0..89fbf2b3fe 100644 --- a/en_us/open_edx_course_authors/locales/pot/accessibility.pot +++ b/en_us/open_edx_course_authors/locales/pot/accessibility.pot @@ -1147,7 +1147,7 @@ msgid "`Authoring Tool Accessibility Guidelines (ATAG) `_ and `WAI-ARIA (Accessible Rich Internet Applications) `_ are the standards we follow to ensure that the edX platform is accessible. You should follow the same standards to ensure that learner content inside `xBlocks `_ (learning units) is accessible." +msgid "`HTML5 `_ and `WAI-ARIA (Accessible Rich Internet Applications) `_ are the standards we follow to ensure that the edX platform is accessible. You should follow the same standards to ensure that learner content inside `xBlocks `_ (learning units) is accessible." msgstr "" #: ../../../shared/accessibility/supporting_learners_diverse_needs.rst:75 diff --git a/en_us/open_edx_course_authors/locales/pot/front_matter.pot b/en_us/open_edx_course_authors/locales/pot/front_matter.pot index e5a98e2728..b7944e0e8d 100644 --- a/en_us/open_edx_course_authors/locales/pot/front_matter.pot +++ b/en_us/open_edx_course_authors/locales/pot/front_matter.pot @@ -466,7 +466,7 @@ msgid "The edX *Building and Running an Open edX Course* guide is created using msgstr "" #: ../../source/front_matter/read_me.rst:9 -msgid "https://github.com/edx/edx-documentation/tree/master/en_us/open_edx_course_authors/source" +msgid "https://github.com/openedx/edx-documentation/tree/master/en_us/open_edx_course_authors/source" msgstr "" #: ../../source/front_matter/read_me.rst:11 diff --git a/en_us/open_edx_course_authors/source/front_matter/read_me.rst b/en_us/open_edx_course_authors/source/front_matter/read_me.rst index e0c682fc3a..8dcb464b9e 100644 --- a/en_us/open_edx_course_authors/source/front_matter/read_me.rst +++ b/en_us/open_edx_course_authors/source/front_matter/read_me.rst @@ -6,7 +6,7 @@ The edX *Building and Running an Open edX Course* 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-documentation/tree/master/en_us/open_edx_course_authors/source +https://github.com/openedx/edx-documentation/tree/master/en_us/open_edx_course_authors/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ diff --git a/en_us/open_edx_release_notes/source/CSMHE/migration_options.rst b/en_us/open_edx_release_notes/source/CSMHE/migration_options.rst index 5da5a8c7d9..0c6f59edde 100644 --- a/en_us/open_edx_release_notes/source/CSMHE/migration_options.rst +++ b/en_us/open_edx_release_notes/source/CSMHE/migration_options.rst @@ -152,6 +152,6 @@ For more information, see :ref:`CSMHE Procedures`. .. include:: ../../../links/links.rst -.. _edxapp/defaults/main.yml: https://github.com/edx/configuration/blob/master/playbooks/roles/edxapp/defaults/main.yml#L635 +.. _edxapp/defaults/main.yml: https://github.com/openedx/configuration/blob/master/playbooks/roles/edxapp/defaults/main.yml#L635 .. _wiki: https://openedx.atlassian.net/wiki/display/OpenOPS/Running+Devstack#RunningDevstack-InstallingtheOpenedXDeveloperStack diff --git a/en_us/open_edx_release_notes/source/CSMHE/migration_procedures.rst b/en_us/open_edx_release_notes/source/CSMHE/migration_procedures.rst index 2b86864690..e67b047db3 100644 --- a/en_us/open_edx_release_notes/source/CSMHE/migration_procedures.rst +++ b/en_us/open_edx_release_notes/source/CSMHE/migration_procedures.rst @@ -316,8 +316,8 @@ Select one of the available MySQL techniques for slowly draining the -.. _migration scripts: https://github.com/edx/configuration/blob/master/util/csmh-extended +.. _migration scripts: https://github.com/openedx/configuration/blob/master/util/csmh-extended -.. _edxapp.yml playbook: https://github.com/edx/configuration/blob/master/playbooks/edx-east/edxapp.yml +.. _edxapp.yml playbook: https://github.com/openedx/configuration/blob/master/playbooks/edx-east/edxapp.yml -.. _create_db_and_users.yml playbook: https://github.com/edx/configuration/blob/master/playbooks/edx-east/create_db_and_users.yml +.. _create_db_and_users.yml playbook: https://github.com/openedx/configuration/blob/master/playbooks/edx-east/create_db_and_users.yml diff --git a/en_us/open_edx_release_notes/source/front_matter/read_me.rst b/en_us/open_edx_release_notes/source/front_matter/read_me.rst index 6b0f2ad390..d1abe16eed 100644 --- a/en_us/open_edx_release_notes/source/front_matter/read_me.rst +++ b/en_us/open_edx_release_notes/source/front_matter/read_me.rst @@ -5,7 +5,7 @@ Read Me This document 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-documentation/tree/master/en_us/open_edx_release_notes/source +https://github.com/openedx/edx-documentation/tree/master/en_us/open_edx_release_notes/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ diff --git a/en_us/open_edx_release_notes/source/ironwood.rst b/en_us/open_edx_release_notes/source/ironwood.rst index ec02778c10..1d764e46cf 100644 --- a/en_us/open_edx_release_notes/source/ironwood.rst +++ b/en_us/open_edx_release_notes/source/ironwood.rst @@ -231,8 +231,8 @@ The new values were added in `pull request #4810`_ and the unnecessary values were removed in `#4811`_. .. _LEARNER-4674: https://openedx.atlassian.net/browse/LEARNER-4674 -.. _pull request #4810: https://github.com/edx/configuration/pull/4810 -.. _#4811: https://github.com/edx/configuration/pull/4811 +.. _pull request #4810: https://github.com/openedx/configuration/pull/4810 +.. _#4811: https://github.com/openedx/configuration/pull/4811 Two new settings files were added to edx-platform with this release, at ``lms/envs/production.py`` and ``cms/envs/production.py``. These new files @@ -255,13 +255,13 @@ We added some new tooling to help us better monitor celery queues. There is a `new python script`__ that will monitor redis queues and alert if a task has been sitting in the queue for too long. -.. __: https://github.com/edx/configuration/tree/36ed093d6db6a719d12a65057bcd19aae1588a84/util/jenkins/check_celery_progress +.. __: https://github.com/openedx/configuration/tree/36ed093d6db6a719d12a65057bcd19aae1588a84/util/jenkins/check_celery_progress Abbey.py tooling to build AMIs from Ansible runs of the configuration repo has been removed. If you wish to run Ansible and then create AMIs from those machines, use the Ansible scripts under the `continuous_delivery`__ folder. -.. __: https://github.com/edx/configuration/tree/36ed093d6db6a719d12a65057bcd19aae1588a84/playbooks/continuous_delivery +.. __: https://github.com/openedx/configuration/tree/36ed093d6db6a719d12a65057bcd19aae1588a84/playbooks/continuous_delivery The e-commerce dependencies have been updated to django-oscar 1.5.4. The 1.5.3 release of django-oscar contains a security fix. If you use anonymous checkout, diff --git a/en_us/open_edx_release_notes/source/juniper_developer.rst b/en_us/open_edx_release_notes/source/juniper_developer.rst index 45f70ff8bb..6ea7bb3ee7 100644 --- a/en_us/open_edx_release_notes/source/juniper_developer.rst +++ b/en_us/open_edx_release_notes/source/juniper_developer.rst @@ -38,7 +38,7 @@ logging, authentication, internationalization, as well as a set of other miscellaneous utilities and configuration details that affect all micro-frontends. -.. _Frontend Platform: https://github.com/edx/frontend-platform +.. _Frontend Platform: https://github.com/openedx/frontend-platform **MFE Template Application:** For new micro-frontends, you can start from the `Frontend Template Application`_ GitHub repository, a way to quickly spin up a @@ -46,7 +46,7 @@ new MFE using consistent tools and configuration details employed by other open edx platform MFEs. It is flagged as a template repository, meaning it can be used as a basis for new GitHub repositories via the "Use this Template" action. -.. _Frontend Template Application: https://github.com/edx/frontend-template-application +.. _Frontend Template Application: https://github.com/openedx/frontend-template-application **MFE Service - Build:** In order to standardize MFE configuration of styles, tests, and builds, a GitHub repository was created called `Frontend Build`_ to @@ -54,21 +54,21 @@ package as a single dev dependency. It aims to provide common sense defaults that should be good for most edX projects out of the box, but can be extended or overridden where needed. -.. _Frontend Build: https://github.com/edx/frontend-build +.. _Frontend Build: https://github.com/openedx/frontend-build **MFE Service - Logging:** In support of expanded use of micro-frontends, a foundational service focused on logging and reporting was built into the `Frontend Platform repository`__, with an out-of-the-box concrete implementation for NewRelic. -.. __: https://github.com/edx/frontend-platform/blob/master/src/logging/interface.js +.. __: https://github.com/openedx/frontend-platform/blob/master/src/logging/interface.js **MFE Service - Analytics:** In support of expanded use of micro-frontends, a foundational service focused on eventing and analytics was built into the `Frontend Platform repository`__, with an out-of-the-box concrete implementation for Segment. -.. __: https://github.com/edx/frontend-platform/blob/master/src/analytics/interface.js +.. __: https://github.com/openedx/frontend-platform/blob/master/src/analytics/interface.js Mobile Site Build Pipeline -------------------------- @@ -77,7 +77,7 @@ Mobile Site Build Pipeline automation tooling`__ and containers for both the iOS and Android applications, enabling improved mobile app test suite automation and builds. -.. __: https://github.com/edx/edx-app-test +.. __: https://github.com/openedx/edx-app-test Authentication & Account Services --------------------------------- @@ -87,7 +87,7 @@ micro-frontends, a foundational service focused on configuring authentication access and maintaining JSON web tokens through to the MFE was built into the `Frontend Platform repository`__. -.. __: https://github.com/edx/frontend-platform +.. __: https://github.com/openedx/frontend-platform **Deprecation of Legacy Implementations:** A number of legacy implementations and views to power login and registration pages on edX platform were cleaned up @@ -106,7 +106,7 @@ was built into the `Frontend Platform repository`__. The goal of this service is to standardize the way micro-frontends reference and update their text strings from Transifex, our crowdsource platform text translation community. -.. __: https://github.com/edx/frontend-platform +.. __: https://github.com/openedx/frontend-platform Devstack @@ -184,7 +184,7 @@ site or product experience to which it is connected. We have published various components, including the commonly `configured header and footer elements, a cookie message banner, and others`__. -.. __: https://github.com/edx?q=frontend-component&type=&language= +.. __: https://github.com/openedx?q=frontend-component&type=&language= ========================== @@ -248,7 +248,7 @@ Towards this end, we've created various simple checks in `edx-repo-health`_. The checks answer questions like: Does the openedx.yaml file exist in repo? Is it parseable? Does Makefile have an upgrade target? -.. _edx-repo-health: https://github.com/edx/edx-repo-health +.. _edx-repo-health: https://github.com/openedx/edx-repo-health To run the checks, we've created the pytest plugin `pytest-repo-health`_. The plugin will find the checks in the specified directory and run them on the @@ -256,7 +256,7 @@ directory of your choice. The instructions to run the plugin can be found in its readme file. For now, data from individual repos is output as a yaml file. The aggregated data for many files is output as a csv. -.. _pytest-repo-health: https://github.com/edx/pytest-repo-health +.. _pytest-repo-health: https://github.com/openedx/pytest-repo-health ========================== diff --git a/en_us/open_edx_release_notes/source/juniper_educator.rst b/en_us/open_edx_release_notes/source/juniper_educator.rst index 339c3909c7..099572db74 100644 --- a/en_us/open_edx_release_notes/source/juniper_educator.rst +++ b/en_us/open_edx_release_notes/source/juniper_educator.rst @@ -64,7 +64,7 @@ This tool also replaces the course creation action within Studio when enabled, and a link to the Publisher tool settings for a given course run is also provided with the authoring experience. -.. __: https://github.com/edx/frontend-app-publisher +.. __: https://github.com/openedx/frontend-app-publisher .. image:: ../images/juniper/publisher.png :alt: Screenshot of the new Publisher tool. diff --git a/en_us/open_edx_release_notes/source/juniper_learner.rst b/en_us/open_edx_release_notes/source/juniper_learner.rst index 2e3d3c7353..d0a1cc07e2 100644 --- a/en_us/open_edx_release_notes/source/juniper_learner.rst +++ b/en_us/open_edx_release_notes/source/juniper_learner.rst @@ -181,7 +181,7 @@ version of our `Paragon component library`_. If configured, this new experience provides improved visibility controls and new optional fields that can be shown on the profile. -.. __: https://github.com/edx/frontend-app-profile +.. __: https://github.com/openedx/frontend-app-profile .. _Paragon component library: https://edx.github.io/paragon/ @@ -202,7 +202,7 @@ updated account settings experience on the platform. The account settings page can now be more easily extended with plugins, and all features available on the previous account settings page were migrated over to this updated experience. -.. __: https://github.com/edx/frontend-app-account +.. __: https://github.com/openedx/frontend-app-account .. image:: ../images/juniper/account_settings.png :alt: Screenshot of the new account settings page. @@ -243,7 +243,7 @@ A `new micro-frontend`__ was created for ecommerce related views, and the Order History page experience was added to this new tool. The new experience shows all ecommerce orders with links to the order detail pages. -.. __: https://github.com/edx/frontend-app-ecommerce +.. __: https://github.com/openedx/frontend-app-ecommerce .. image:: ../images/juniper/order_history.png :alt: Screenshot of the new Order History page. @@ -303,7 +303,7 @@ Cybersource credit card payment types. The improved checkout flow should improve checkout conversion rates and provide avenues for other plugins or integrations as well. -.. __: https://github.com/edx/frontend-app-payment +.. __: https://github.com/openedx/frontend-app-payment **First Purchase Discount** is a configurable time-limited offer to extend to first time purchasers. In our experimentation, we have found a meaningful diff --git a/en_us/open_edx_release_notes/source/koa.rst b/en_us/open_edx_release_notes/source/koa.rst index fb4d2f4f3d..cb8dc62160 100644 --- a/en_us/open_edx_release_notes/source/koa.rst +++ b/en_us/open_edx_release_notes/source/koa.rst @@ -79,7 +79,7 @@ Open Response Assessments **Ability to limit file uploads**: Course staff now have the ability in ORA settings to limit students to one file upload as part of their ORA submission, if file uploads are set to optional or required. This work was one of many `community contributions`__! -__ https://github.com/edx/edx-ora2/pulls?q=is%3Apr+is%3Aclosed+merged%3A%3E2019-01-01+-author%3Aedx-transifex-bot +__ https://github.com/openedx/edx-ora2/pulls?q=is%3Apr+is%3Aclosed+merged%3A%3E2019-01-01+-author%3Aedx-transifex-bot **Separate Assessment Steps & Schedule Authoring Areas**: To support improved authoring ease, we have added a new “Assessment Steps” tab to the ORA authoring experience, making it easier to see at a glance which steps you have enabled for your ORA problem. A new “Schedule” tab summarizes all the configured dates for the ORA problem, including the overall problem submission deadline if set, as well as the release dates for each of the ORA steps if those have been specified. @@ -167,8 +167,8 @@ __ https://edx.github.io/paragon/components/toast - The component offering in Paragon has been expanded by offering pass-through exports to React Bootstrap components (`10.0.0`_, `12.0.0`_). These include: Alert, Badge, Button, ButtonGroup, Card, Carousel, Dropdown, Figure, Form, InputGroup, Image, Nav, Navbar, Overlay, Popover, ProgressBar, Spinner, Tabs, Tooltip -.. _10.0.0: https://github.com/edx/paragon/releases/tag/v10.0.0 -.. _12.0.0: https://github.com/edx/paragon/releases/tag/v12.0.0 +.. _10.0.0: https://github.com/openedx/paragon/releases/tag/v10.0.0 +.. _12.0.0: https://github.com/openedx/paragon/releases/tag/v12.0.0 - **Component improvements and fixes** @@ -176,10 +176,10 @@ __ https://edx.github.io/paragon/components/toast - Minor bug fixes in SearchField (`9.0.2`_) - Bug fixes in Modal (`12.0.2`_) -.. _12.2.0: https://github.com/edx/paragon/releases/tag/v12.2.0 -.. _12.3.0: https://github.com/edx/paragon/releases/tag/v12.3.0 -.. _9.0.2: https://github.com/edx/paragon/releases/tag/v9.0.2 -.. _12.0.2: https://github.com/edx/paragon/releases/tag/v12.0.2 +.. _12.2.0: https://github.com/openedx/paragon/releases/tag/v12.2.0 +.. _12.3.0: https://github.com/openedx/paragon/releases/tag/v12.3.0 +.. _9.0.2: https://github.com/openedx/paragon/releases/tag/v9.0.2 +.. _12.0.2: https://github.com/openedx/paragon/releases/tag/v12.0.2 - **Improved theming support** @@ -193,7 +193,7 @@ __ https://edx.github.io/paragon/components/toast .. _@edx/brand-edx.org: https://github.com/edx/brand-edx.org/tree/master/paragon .. _OEP-48 Brand Customization: https://open-edx-proposals.readthedocs.io/en/latest/oep-0048-brand-customization.html -.. _v12.1.0 release notes: https://github.com/edx/paragon/releases/tag/v12.1.0 +.. _v12.1.0 release notes: https://github.com/openedx/paragon/releases/tag/v12.1.0 Deprecations ------------ diff --git a/en_us/open_edx_release_notes/source/lilac.rst b/en_us/open_edx_release_notes/source/lilac.rst index 7f7107bcef..6e351ccb12 100644 --- a/en_us/open_edx_release_notes/source/lilac.rst +++ b/en_us/open_edx_release_notes/source/lilac.rst @@ -110,11 +110,11 @@ Open-Response Assessments LTI 1.3 and LTI Advantage Support --------------------------------- -lti-consumer-xblock (also known as xblock-lti-consumer) has been updated to support LTI 1.3, as well as the Deep Linking (LTI-DL) and Assignments and Grades services (LTI-AGS) features of LTI Advantage. Note that this xBlock is not installed in Lilac by default. Information on configuring lti-consumer-xblock can be found at https://github.com/edx/xblock-lti-consumer/blob/master/README.rst +lti-consumer-xblock (also known as xblock-lti-consumer) has been updated to support LTI 1.3, as well as the Deep Linking (LTI-DL) and Assignments and Grades services (LTI-AGS) features of LTI Advantage. Note that this xBlock is not installed in Lilac by default. Information on configuring lti-consumer-xblock can be found at https://github.com/openedx/xblock-lti-consumer/blob/master/README.rst Gradebook MFE ------------- -The Gradebook MFE is *not* enabled by default because theming and internationalizations support is incomplete. It allows editing of individual learners' grades. Also supports bulk uploads of grades, but requires additional configuration. See https://github.com/edx/frontend-app-gradebook/blob/open-release/lilac.master/README.md for more information. +The Gradebook MFE is *not* enabled by default because theming and internationalizations support is incomplete. It allows editing of individual learners' grades. Also supports bulk uploads of grades, but requires additional configuration. See https://github.com/openedx/frontend-app-gradebook/blob/open-release/lilac.master/README.md for more information. Special Exams Experience ------------------------ @@ -186,7 +186,7 @@ Changes to edx-organizations - Organizations feature globally enabled for all LMS and Studio instances. - - See https://github.com/edx/edx-organizations/blob/master/docs/decisions/0001-phase-in-db-backed-organizations-to-all.rst for reasoning and details. + - See https://github.com/openedx/edx-organizations/blob/master/docs/decisions/0001-phase-in-db-backed-organizations-to-all.rst for reasoning and details. - If you don’t care about this change, then it shouldn’t affect you, although we still recommend running the backfill command (see below). - Added ORGANIZATIONS_AUTOCREATE Django setting for Studio. @@ -249,7 +249,7 @@ Researcher & Data Experiences Developer Experiences ===================== -- Import unqualified packages from lms/djangoapps, cms/djangoapps, or common/djangoapps is no longer supported. Doing so will cause instances of import_shims.warn.DeprecatedEdxPlatformImportError to be raised. See https://github.com/edx/edx-platform/blob/master/docs/decisions/0007-sys-path-modification-removal.rst for details and context. +- Import unqualified packages from lms/djangoapps, cms/djangoapps, or common/djangoapps is no longer supported. Doing so will cause instances of import_shims.warn.DeprecatedEdxPlatformImportError to be raised. See https://github.com/openedx/edx-platform/blob/master/docs/decisions/0007-sys-path-modification-removal.rst for details and context. - In common.djangoapps.student.models, the save parameter is deprecated for functions anonymous_id_for_user and unique_id_for_user, and these functions will always save generated IDs to the database. This allows future decoupling of ID generation from SECRET_KEY. Including the parameter will result in a DeprecationWarning; after Lilac we plan to remove the parameter (which will be a separate breaking change – DEPR-148). diff --git a/en_us/open_edx_release_notes/source/links.rst b/en_us/open_edx_release_notes/source/links.rst index d63f75f7f1..cde40822ec 100644 --- a/en_us/open_edx_release_notes/source/links.rst +++ b/en_us/open_edx_release_notes/source/links.rst @@ -66,37 +66,37 @@ .. _Tutor: https://docs.tutor.overhang.io/ -.. _Studio OAuth migration runbook: https://github.com/edx/edx-platform/blob/open-release/maple.master/docs/guides/studio_oauth.rst +.. _Studio OAuth migration runbook: https://github.com/openedx/edx-platform/blob/open-release/maple.master/docs/guides/studio_oauth.rst -.. _edX configuration: https://github.com/edx/configuration/ +.. _edX configuration: https://github.com/openedx/configuration/ -.. _devstack: https://github.com/edx/devstack +.. _devstack: https://github.com/openedx/devstack .. _ARCHBOM-1860: https://openedx.atlassian.net/browse/ARCHBOM-1860 .. _OEP-42: https://open-edx-proposals.readthedocs.io/en/latest/best-practices/oep-0042-bp-authentication.html -.. _Allowlist ADR: https://github.com/edx/edx-platform/blob/master/lms/djangoapps/certificates/docs/decisions/001-allowlist-cert-requirements.rst +.. _Allowlist ADR: https://github.com/openedx/edx-platform/blob/master/lms/djangoapps/certificates/docs/decisions/001-allowlist-cert-requirements.rst -.. _cert_generation command: https://github.com/edx/edx-platform/blob/master/lms/djangoapps/certificates/management/commands/cert_generation.py +.. _cert_generation command: https://github.com/openedx/edx-platform/blob/master/lms/djangoapps/certificates/management/commands/cert_generation.py .. _tutor mfe plugin README: https://github.com/overhangio/tutor-mfe#customise-mfes-logos .. _DEPR-156: https://openedx.atlassian.net/browse/DEPR-156 -.. _PR 27646: https://github.com/edx/edx-platform/pull/27646 +.. _PR 27646: https://github.com/openedx/edx-platform/pull/27646 .. _DEPR-159: https://openedx.atlassian.net/browse/DEPR-159 .. _document in Confluence: https://openedx.atlassian.net/wiki/spaces/PT/pages/2594275334/Course+Import+Work -.. _edx-val: https://github.com/edx/edx-val +.. _edx-val: https://github.com/openedx/edx-val .. Lilac doc links: .. _ProctorTrack Service from Verificient: https://www.verificient.com/proctortrack/ -.. _ProgramCompletionEmailConfiguration: https://github.com/edx/credentials/blob/27fbfe88a91e5111595655f3dfab3ce493958a4f/credentials/apps/credentials/models.py#L306-L322 +.. _ProgramCompletionEmailConfiguration: https://github.com/openedx/credentials/blob/27fbfe88a91e5111595655f3dfab3ce493958a4f/credentials/apps/credentials/models.py#L306-L322 .. _certificate availability date: https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/set_up_course/studio_add_course_information/studio_creating_certificates.html#specify-a-different-certificates-available-date @@ -139,11 +139,11 @@ .. _Upload a Badge to Mozilla Backpack: http://edx.readthedocs.io/projects/open-edx-learner-guide/en/named-release-cypress/SFD_certificates.html?highlight=badges#upload-a-badge-to-mozilla-backpack -.. _base.py: https://github.com/edx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/base.py +.. _base.py: https://github.com/openedx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/base.py -.. _S3.py: https://github.com/edx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/s3.py +.. _S3.py: https://github.com/openedx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/s3.py -.. _init file: https://github.com/edx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/__init__.py +.. _init file: https://github.com/openedx/edx-ora2/blob/a4ce7bb00190d7baff60fc90fb613229565ca7ef/openassessment/fileupload/backends/__init__.py .. _Version 3 of the YouTube API: https://developers.google.com/youtube/v3/ diff --git a/en_us/open_edx_release_notes/source/maple.rst b/en_us/open_edx_release_notes/source/maple.rst index daa2868034..1638b94512 100644 --- a/en_us/open_edx_release_notes/source/maple.rst +++ b/en_us/open_edx_release_notes/source/maple.rst @@ -282,7 +282,7 @@ Other ORA features LTI 1.3 and LTI Advantage Support --------------------------------- -lti-consumer-xblock (also known as xblock-lti-consumer) has been updated to support LTI 1.3, as well as the Deep Linking (LTI-DL) and Assignments and Grades services (LTI-AGS) features of LTI Advantage. Information on configuring lti-consumer-xblock can be found at https://github.com/edx/xblock-lti-consumer/blob/master/README.rst +lti-consumer-xblock (also known as xblock-lti-consumer) has been updated to support LTI 1.3, as well as the Deep Linking (LTI-DL) and Assignments and Grades services (LTI-AGS) features of LTI Advantage. Information on configuring lti-consumer-xblock can be found at https://github.com/openedx/xblock-lti-consumer/blob/master/README.rst - LTI 1.3 and LTI Advantage features are now enabled by default. - LTI 1.3 settings were simplified to reduce confusion when setting up a LTI tool. @@ -297,7 +297,7 @@ lti-consumer-xblock (also known as xblock-lti-consumer) has been updated to supp Gradebook Micro-FrontEnd ------------------------ -Gradebook allows course staff to view, filter, and override subsection grades for a course. For configuration details, see https://github.com/edx/frontend-app-gradebook +Gradebook allows course staff to view, filter, and override subsection grades for a course. For configuration details, see https://github.com/openedx/frontend-app-gradebook There are some limitations to the version in Maple: @@ -320,7 +320,7 @@ Administrator Experiences Password Complexity ------------------- -Implemented and rolled out new password complexity requirements to meet PCI compliance. For more detail, see https://github.com/edx/edx-platform/blob/open-release/maple.master/common/djangoapps/util/password_policy_validators.py +Implemented and rolled out new password complexity requirements to meet PCI compliance. For more detail, see https://github.com/openedx/edx-platform/blob/open-release/maple.master/common/djangoapps/util/password_policy_validators.py Migrations @@ -377,7 +377,7 @@ Learners and partners should not notice any change. The only effect is that they Learning Micro-Frontend (MFE) ----------------------------- -To increase development speed and site performance, we've made improvements to the learning sequence experience (Learning MFE) on edX-platform, to use a React-based frontend that emulates the legacy experience. The Learning MFE code repository is at https://github.com/edx/frontend-app-learning +To increase development speed and site performance, we've made improvements to the learning sequence experience (Learning MFE) on edX-platform, to use a React-based frontend that emulates the legacy experience. The Learning MFE code repository is at https://github.com/openedx/frontend-app-learning After a year of diligently working to overhaul the learning sequence experience to use a React-based micro-frontend, it is now live for learners. This update to the underlying infrastructure of the learning sequence experience aims to drive innovation and experimentation that will ultimately foster greater learner engagement. With the new experience, learners will notice a reduction in load times and better site performance. However, the true beneficiaries of this work are internal development teams who will be able to quickly and efficiently build in this area of the system. diff --git a/en_us/open_edx_release_notes/source/nutmeg.rst b/en_us/open_edx_release_notes/source/nutmeg.rst index e4134773b2..63f01c7b62 100644 --- a/en_us/open_edx_release_notes/source/nutmeg.rst +++ b/en_us/open_edx_release_notes/source/nutmeg.rst @@ -311,7 +311,7 @@ Developer Experiences * django plugins can now return context for the Instructor Dashboard template, by adding it to the constant :code:`INSTRUCTOR_DASHBOARD_PLUGIN_VIEW_NAME`. See `PR 29376`_ for more details. .. _pluggable_override docstring: https://github.com/openedx/edx-django-utils/blob/master/edx_django_utils/plugins/pluggable_override.py#L11-L58 -.. _django plugins: https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/plugins/README.rst +.. _django plugins: https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/plugins/README.rst .. _PR 29376: https://github.com/openedx/edx-platform/pull/29376 Events and Filters Extension Framework diff --git a/en_us/open_edx_students/locales/pot/front_matter.pot b/en_us/open_edx_students/locales/pot/front_matter.pot index 4bf960f542..c704fbea73 100644 --- a/en_us/open_edx_students/locales/pot/front_matter.pot +++ b/en_us/open_edx_students/locales/pot/front_matter.pot @@ -466,7 +466,7 @@ msgid "The *Open edX Learner's Guide* is created using RST_ files and Sphinx_. Y msgstr "" #: ../../source/front_matter/read_me.rst:9 -msgid "https://github.com/edx/edx-documentation/tree/master/en_us/open_edx_students/source" +msgid "https://github.com/openedx/edx-documentation/tree/master/en_us/open_edx_students/source" msgstr "" #: ../../source/front_matter/read_me.rst:11 diff --git a/en_us/open_edx_students/source/front_matter/read_me.rst b/en_us/open_edx_students/source/front_matter/read_me.rst index 668551d8dd..91abda1ecc 100644 --- a/en_us/open_edx_students/source/front_matter/read_me.rst +++ b/en_us/open_edx_students/source/front_matter/read_me.rst @@ -6,7 +6,7 @@ The *Open edX Learner's 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-documentation/tree/master/en_us/open_edx_students/source +https://github.com/openedx/edx-documentation/tree/master/en_us/open_edx_students/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ diff --git a/en_us/shared/accessibility/supporting_learners_diverse_needs.rst b/en_us/shared/accessibility/supporting_learners_diverse_needs.rst index c0955e8e3d..9fdb2d8272 100644 --- a/en_us/shared/accessibility/supporting_learners_diverse_needs.rst +++ b/en_us/shared/accessibility/supporting_learners_diverse_needs.rst @@ -71,7 +71,7 @@ content. * `User Agent Accessibility Guidelines (UAAG) `_ may be useful if you're intending to implement a browser or browser extension that will be compatible with the edX platform. * `Authoring Tool Accessibility Guidelines (ATAG) `_ guides our efforts to make edX Studio more accessible. -* `HTML5 `_ and `WAI-ARIA (Accessible Rich Internet Applications) `_ are the standards we follow to ensure that the edX platform is accessible. You should follow the same standards to ensure that learner content inside `xBlocks `_ (learning units) is accessible. +* `HTML5 `_ and `WAI-ARIA (Accessible Rich Internet Applications) `_ are the standards we follow to ensure that the edX platform is accessible. You should follow the same standards to ensure that learner content inside `xBlocks `_ (learning units) is accessible. * `EPUB 3.0 `_ is edX's preferred document format for ensuring that redistributable learning materials are accessible, though `Adobe PDF `_, `Microsoft Office `_, and `Google Docs `_ may also be made accessible. * The `DAISY Consortium `_ contributes to EPUB accessibility standards and has a tool for che checking EPUB document accessibility. * `MathML `_ is edX's preferred markup format for all math content. diff --git a/en_us/shared/preface.rst b/en_us/shared/preface.rst index 44f00a5d36..3c33b2ecbb 100644 --- a/en_us/shared/preface.rst +++ b/en_us/shared/preface.rst @@ -417,11 +417,11 @@ page for a list of the documentation that is available. .. _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.io/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.io/en/latest/ .. _edX Support: https://courses.edx.org/support/contact_us .. _edX Help Center for Learners: https://support.edx.org/hc/en-us/ @@ -432,7 +432,7 @@ page for a list of the documentation that is available. .. _edX Research Guide: http://edx.readthedocs.io/projects/devdata/en/latest/ .. _edX Release Notes: http://edx.readthedocs.io/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.io/projects/edx-installing-configuring-and-running/en/latest/ .. _meetup: http://www.meetup.com/edX-Global-Community/ diff --git a/en_us/xblock-tutorial/source/edx_platform/edx_lms.rst b/en_us/xblock-tutorial/source/edx_platform/edx_lms.rst index 1451f7181f..5c33060109 100644 --- a/en_us/xblock-tutorial/source/edx_platform/edx_lms.rst +++ b/en_us/xblock-tutorial/source/edx_platform/edx_lms.rst @@ -86,8 +86,8 @@ In addition to GNU Gettext, it is also possible to utilize the Open edX "i18n-to your XBlock locales and domains. You will need to modify the i18n-tools YAML configuration file to work with your XBlock project. More information about the i18n-tools project and its configuration file can be found at: -* https://github.com/edx/i18n-tools -* https://github.com/edx/i18n-tools/blob/master/conf/locale/config.yaml +* https://github.com/openedx/i18n-tools +* https://github.com/openedx/i18n-tools/blob/master/conf/locale/config.yaml Adding Translated Strings to your XBlock **************************************** @@ -112,7 +112,7 @@ Adding Translated Strings to your XBlock * Gettext: https://www.gnu.org/software/gettext/manual/gettext.html * Gettext: http://phptal.org/manual/en/split/gettext.html * Django: https://docs.djangoproject.com/en/dev/topics/i18n/translation/#localization-how-to-create-language-files - * i18n-tools: https://github.com/edx/i18n-tools + * i18n-tools: https://github.com/openedx/i18n-tools #. Repeat the domain file creation process for each language/locale you support. diff --git a/en_us/xblock-tutorial/source/front_matter/read_me.rst b/en_us/xblock-tutorial/source/front_matter/read_me.rst index 685dbd6d30..cc6b93864b 100644 --- a/en_us/xblock-tutorial/source/front_matter/read_me.rst +++ b/en_us/xblock-tutorial/source/front_matter/read_me.rst @@ -6,7 +6,7 @@ The *Open edX XBlock Tutorial* 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-documentation/tree/master/en_us/xblock-tutorial/source +https://github.com/openedx/edx-documentation/tree/master/en_us/xblock-tutorial/source The edX documentation team welcomes contributions from Open edX community members. You can find guidelines for how to `contribute to edX Documentation`_ diff --git a/en_us/xblock-tutorial/source/reusable/clone_sdk.rst b/en_us/xblock-tutorial/source/reusable/clone_sdk.rst index 94af2e6db8..e646d72b1d 100644 --- a/en_us/xblock-tutorial/source/reusable/clone_sdk.rst +++ b/en_us/xblock-tutorial/source/reusable/clone_sdk.rst @@ -13,7 +13,7 @@ requirements. To do this, complete the following steps at a command prompt. .. code-block:: bash - (venv) $ git clone https://github.com/edx/xblock-sdk.git + (venv) $ git clone https://github.com/openedx/xblock-sdk.git #. Run the following command to change to the ``xblock-sdk`` directory. diff --git a/utilities/repo-manifest.xml b/utilities/repo-manifest.xml index 6fad97c6c0..fcd6a98003 100644 --- a/utilities/repo-manifest.xml +++ b/utilities/repo-manifest.xml @@ -25,7 +25,7 @@ the following commands. curl https://storage.googleapis.com/git-repo-downloads/repo > repo chmod a+x repo -./repo init -u https://github.com/edx/edx-documentation.git -m utilities/repo-manifest.xml +./repo init -u https://github.com/openedx/edx-documentation.git -m utilities/repo-manifest.xml ./repo sync -->