File tree 3 files changed +4
-4
lines changed
prototype/{{cookiecutter.short_name}}/{{cookiecutter.short_name}}/translations
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Documentation
127
127
128
128
Start by going through `the documentation `_. If you need more help see below.
129
129
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
131
131
132
132
More Help
133
133
=========
@@ -252,7 +252,7 @@ Making an XBlock involves creating a Python class that conforms to the XBlock
252
252
specification. See the ``sample_xblocks `` directory for examples and
253
253
`the XBlock tutorial `_ for a full walk-through.
254
254
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
256
256
257
257
We provide a script to create a new XBlock project to help you get started.
258
258
Run ``bin/workbench-make-xblock `` in a directory where you want to create your XBlock
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ metadata:
9
9
name : ' xblock-sdk'
10
10
description : " A Workbench for developing xblocks and some sample xblocks."
11
11
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"
13
13
title : " Documentation"
14
14
# Backstage uses the MaterialUI Icon Set.
15
15
# https://mui.com/material-ui/material-icons/
Original file line number Diff line number Diff line change 1
1
Use this translations directory to provide internationalized strings for your XBlock project.
2
2
3
3
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
You can’t perform that action at this time.
0 commit comments