Skip to content

Commit 57b27b8

Browse files
authored
Merge pull request #820 from openedx/update-rtd-links
docs: Update edx.rtd.io links to docs.openedx.org
2 parents 7c4617b + f20292a commit 57b27b8

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ Please do not report security issues in public. Please email [email protected]
226226
:alt: Codecov
227227

228228
.. |doc-badge| image:: https://readthedocs.org/projects/XBlock/badge/?version=latest
229-
:target: https://edx.readthedocs.io/projects/xblock/en/latest/
229+
:target: https://docs.openedx.org/projects/xblock/en/latest/
230230
:alt: Documentation
231231

232232
.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/XBlock.svg
233-
:target: https://edx.readthedocs.io/projects/xblock/en/latest/
233+
:target: https://docs.openedx.org/projects/xblock/en/latest/
234234
:alt: Supported Python versions
235235

236236
.. |license-badge| image:: https://img.shields.io/github/license/openedx/XBlock.svg

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ metadata:
99
name: 'XBlock'
1010
description: "Framework for building custom learning components that run in the Open edX LMS!"
1111
links:
12-
- url: "https://xblock.readthedocs.org"
12+
- url: "https://docs.openedx.org/projects/xblock/en/latest/"
1313
title: "XBlock Docs"
1414
icon: "LocalLibrary"
15-
- url: "https://edx.readthedocs.io/projects/xblock-tutorial/en/latest/overview/introduction.html"
15+
- url: "https://docs.openedx.org/projects/xblock/en/latest/xblock-tutorial/index.html"
1616
title: "XBlock Tutorial"
1717
# Backstage uses the MaterialUI Icon Set.
1818
# https://mui.com/material-ui/material-icons/

docs/links.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555

5656
.. _thumbs.css: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/thumbs/static/css/thumbs.css
5757

58-
.. _Google Drive file tool: https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/exercises_tools/google_docs.html
58+
.. _Google Drive file tool: https://docs.openedx.org/en/latest/educators/how-tos/course_development/exercise_tools/add_google_drive.html
5959

60-
.. _Open Response Assessments: https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/exercises_tools/open_response_assessments/OpenResponseAssessments.html
60+
.. _Open Response Assessments: https://docs.openedx.org/en/latest/educators/concepts/exercise_tools/OpenResponseAssessments.html
6161

62-
.. _Google calendar tool: https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/exercises_tools/google_calendar.html
62+
.. _Google calendar tool: https://docs.openedx.org/en/latest/educators/how-tos/course_development/exercise_tools/embed_google_calendar.html
6363

64-
.. _Finding the Usage ID for Course Content: https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/course_features/lti/lti_address_content.html#finding-the-usage-id-for-course-content
64+
.. _Finding the Usage ID for Course Content: https://docs.openedx.org/en/latest/educators/how-tos/advanced_features/lti_determine_content_address.html#finding-the-usage-id-for-course-content
6565

6666
.. _Installing, Configuring, and Running the Open edX Platform: https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/index.html
6767

68-
.. _Developing Course Components: https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/developing_course/course_components.html
68+
.. _Developing Course Components: https://docs.openedx.org/en/latest/educators/references/course_development/what_is_a_component.html
6969

7070
.. _HTML unicode characters: https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references

docs/xblock-tutorial/concepts/runtimes.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,5 @@ For courses created prior to October 2014, the ``usage_id`` begins with
231231
``https://courses.edx.org/xblock/i4x://edX/DemoX.1/problem/47bf6dbce8374b789e3ebdefd74db332``
232232
233233
234-
.. TODO Update this URL once docs move to docs.openedx.org
235-
.. _XBlock Runtime API: http://edx.readthedocs.io/projects/xblock/en/latest/
234+
.. _XBlock Runtime API: https://docs.openedx.org/projects/xblock/en/latest/
236235
.. include:: ../../links.rst

0 commit comments

Comments
 (0)