Skip to content

Commit 9b0f7f2

Browse files
authored
docs: Update outdated link target URLs (#544)
1 parent eec1401 commit 9b0f7f2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installation
1818

1919
For details regarding how to deploy this or any other XBlock in the lms instance, see the `installing-the-xblock`_ documentation.
2020

21-
.. _installing-the-xblock: https://edx.readthedocs.io/projects/xblock-tutorial/en/latest/edx_platform/devstack.html#installing-the-xblock
21+
.. _installing-the-xblock: https://docs.tutor.edly.io/configuration.html#installing-extra-xblocks-and-requirements
2222

2323
Installing in Docker Devstack
2424
-----------------------------
@@ -152,7 +152,7 @@ http://lti.tools/saltire/ provides a "Test Tool Provider" service that allows
152152
you to see messages sent by an LTI consumer.
153153

154154
We have some useful documentation on how to set this up here:
155-
http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/latest/exercises_tools/lti_component.html#lti-authentication-information
155+
https://docs.openedx.org/en/latest/educators/how-tos/course_development/exercise_tools/set_up_lti_1_1_component.html
156156

157157
1. In Studio Advanced settings, set the value of the "LTI Passports" field to "test:test:secret" -
158158
this will set the OAuth client key and secret used to send a message to the test LTI provider.
@@ -225,6 +225,8 @@ Instructions:
225225
#. Publish block, log into LMS and navigate to the LTI block page.
226226
#. Click ``Send Request`` and verify that the LTI launch was successful.
227227

228+
See also https://docs.openedx.org/en/latest/educators/how-tos/course_development/exercise_tools/set_up_lti_1_3_component.html
229+
228230

229231
LTI Advantage Features
230232
----------------------

Diff for: lti_consumer/lti_xblock.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@
9494
"<a "
9595
"target='_blank' "
9696
"href='"
97-
"http://edx.readthedocs.org"
98-
"/projects/open-edx-building-and-running-a-course/en/latest/exercises_tools/lti_component.html"
97+
"https://docs.openedx.org/en/latest/educators/concepts/exercise_tools/about_lti_component.html"
9998
"'>"
10099
)
101100
RESULT_SERVICE_SUFFIX_PARSER = re.compile(r"^user/(?P<anon_id>[\w-]+)", re.UNICODE)

0 commit comments

Comments
 (0)