From d47f872ab7ce115f9c8b18beaf6ab0ffc14cb28f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 1 Apr 2016 15:33:24 -0400 Subject: [PATCH] Fix links to moved sections of the developer guide --- CONTRIBUTING.rst | 4 ++-- .../xmodule/xmodule/templates/problem/jsinput_response.yaml | 2 +- lms/envs/common.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4b8c4eecd5..ce6b44d7fe 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -150,9 +150,9 @@ Areas of particular concern with their own detailed guidelines are: around the world. -.. _Accessibility: http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/accessibility.html +.. _Accessibility: http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/accessibility.html .. _website accessibility policy: https://www.edx.org/accessibility -.. _Internationalization: http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/internationalization/index.html +.. _Internationalization: http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/internationalization/index.html Step 4: Approval by Community Manager and Product Owner diff --git a/common/lib/xmodule/xmodule/templates/problem/jsinput_response.yaml b/common/lib/xmodule/xmodule/templates/problem/jsinput_response.yaml index 39403b3c1a..8ea35aeb05 100644 --- a/common/lib/xmodule/xmodule/templates/problem/jsinput_response.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/jsinput_response.yaml @@ -64,4 +64,4 @@ data: | html_file="https://studio.edx.org/c4x/edX/DemoX/asset/webGLDemo.html" sop="false"/> - \ No newline at end of file + diff --git a/lms/envs/common.py b/lms/envs/common.py index 230a725683..e577ba9397 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -940,7 +940,7 @@ LOCALE_PATHS = (REPO_ROOT + '/conf/locale',) # edx-platform/conf/locale/ MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage' # Guidelines for translators -TRANSLATORS_GUIDE = 'http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/internationalization/i18n_translators_guide.html' # pylint: disable=line-too-long +TRANSLATORS_GUIDE = 'http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/internationalization/i18n_translators_guide.html' # pylint: disable=line-too-long #################################### GITHUB ####################################### # gitreload is used in LMS-workflow to pull content from github