Skip to content

Commit e2b2d27

Browse files
committed
docs: Update edx.rtd links to docs.openedx.org
1 parent 02a5c5e commit e2b2d27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Documentation
127127

128128
Start by going through `the documentation`_. If you need more help see below.
129129

130-
.. _the documentation: https://edx.readthedocs.io/projects/xblock-tutorial/en/latest/sdk/get_started_sdk.html
130+
.. _the documentation: https://docs.openedx.org/projects/xblock/en/latest/xblock-tutorial/sdk/get_started_sdk.html
131131

132132
More Help
133133
=========
@@ -252,7 +252,7 @@ Making an XBlock involves creating a Python class that conforms to the XBlock
252252
specification. See the ``sample_xblocks`` directory for examples and
253253
`the XBlock tutorial`_ for a full walk-through.
254254

255-
.. _the XBlock tutorial: http://edx.readthedocs.org/projects/xblock-tutorial
255+
.. _the XBlock tutorial: https://docs.openedx.org/projects/xblock/en/latest/xblock-tutorial/index.html
256256

257257
We provide a script to create a new XBlock project to help you get started.
258258
Run ``bin/workbench-make-xblock`` in a directory where you want to create your XBlock

catalog-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
name: 'xblock-sdk'
1010
description: "A Workbench for developing xblocks and some sample xblocks."
1111
links:
12-
- url: "https://edx.readthedocs.io/projects/xblock-tutorial/en/latest/sdk/get_started_sdk.html"
12+
- url: "https://docs.openedx.org/projects/xblock/en/latest/xblock-tutorial/sdk/get_started_sdk.html"
1313
title: "Documentation"
1414
# Backstage uses the MaterialUI Icon Set.
1515
# https://mui.com/material-ui/material-icons/
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Use this translations directory to provide internationalized strings for your XBlock project.
22

33
For more information on how to enable translations, visit the Open edX XBlock tutorial on Internationalization:
4-
http://edx.readthedocs.org/projects/xblock-tutorial/en/latest/edx_platform/edx_lms.html
4+
https://docs.openedx.org/projects/xblock/en/latest/xblock-tutorial/edx_platform/edx_lms.html#internationalization-support

0 commit comments

Comments
 (0)