diff --git a/docs/links.rst b/docs/links.rst index de070a3f1..608726f6f 100644 --- a/docs/links.rst +++ b/docs/links.rst @@ -47,3 +47,4 @@ .. _View Counter XBlock: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/basic/view_counter.py +.. _requirements/edx/github.txt: https://github.com/openedx/edx-platform/blob/master/requirements/edx/github.txt diff --git a/docs/xblock-tutorial/concepts/runtimes.rst b/docs/xblock-tutorial/concepts/runtimes.rst index 31f95c07b..f3f1a5de5 100644 --- a/docs/xblock-tutorial/concepts/runtimes.rst +++ b/docs/xblock-tutorial/concepts/runtimes.rst @@ -210,7 +210,7 @@ course on the edx.org site has the following URL. This video component appears as follows in the LMS. -.. image:: ../../../shared/images/XBlock_URL_example_before.png +.. image:: ../reusable/images/XBlock_URL_example_before.png :alt: A video component presented in the context of the edX LMS, with navigational options to reach all other course content. @@ -221,7 +221,7 @@ To construct the XBlock URL for the same video component, you obtain its When you use this URL, the video component appears in your browser as follows. -.. image:: ../../../shared/images/XBlock_URL_example_after.png +.. image:: ../reusable/images/XBlock_URL_example_after.png :alt: A video component presented without any options for accessing other course content. diff --git a/docs/xblock-tutorial/reusable/XBlock_URL_example_after.png b/docs/xblock-tutorial/reusable/XBlock_URL_example_after.png new file mode 100644 index 000000000..de0abbd9d Binary files /dev/null and b/docs/xblock-tutorial/reusable/XBlock_URL_example_after.png differ diff --git a/docs/xblock-tutorial/reusable/XBlock_URL_example_before.png b/docs/xblock-tutorial/reusable/XBlock_URL_example_before.png new file mode 100644 index 000000000..f0ac105a4 Binary files /dev/null and b/docs/xblock-tutorial/reusable/XBlock_URL_example_before.png differ