forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TE-2702 Update Read the Docs links to HTTPS
- Loading branch information
Showing
37 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
We don't maintain a detailed changelog. For details of changes, please see | ||
either the `edX Release Notes`_ or the `GitHub commit history`_. | ||
|
||
.. _edX Release Notes: http://edx.readthedocs.org/projects/edx-release-notes/en/latest/ | ||
.. _edX Release Notes: https://edx.readthedocs.org/projects/edx-release-notes/en/latest/ | ||
.. _GitHub commit history: https://github.com/edx/edx-platform/commits/master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
cms/templates/js/add-xblock-component-support-legend.underscore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1073,7 +1073,7 @@ def _make_locale_paths(settings): | |
MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage' | ||
|
||
# Guidelines for translators | ||
TRANSLATORS_GUIDE = 'http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/internationalization/i18n_translators_guide.html' # pylint: disable=line-too-long | ||
TRANSLATORS_GUIDE = 'https://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 | ||
|
@@ -1856,7 +1856,7 @@ def _make_locale_paths(settings): | |
|
||
# We don't enable Django Debug Toolbar universally, but whenever we do, we want | ||
# to avoid patching settings. Patched settings can cause circular import | ||
# problems: http://django-debug-toolbar.readthedocs.org/en/1.0/installation.html#explicit-setup | ||
# problems: https://django-debug-toolbar.readthedocs.org/en/1.0/installation.html#explicit-setup | ||
|
||
DEBUG_TOOLBAR_PATCH_SETTINGS = False | ||
|
||
|
@@ -3281,8 +3281,8 @@ def _make_locale_paths(settings): | |
# API access management | ||
API_ACCESS_MANAGER_EMAIL = '[email protected]' | ||
API_ACCESS_FROM_EMAIL = '[email protected]' | ||
API_DOCUMENTATION_URL = 'http://course-catalog-api-guide.readthedocs.io/en/latest/' | ||
AUTH_DOCUMENTATION_URL = 'http://course-catalog-api-guide.readthedocs.io/en/latest/authentication/index.html' | ||
API_DOCUMENTATION_URL = 'https://course-catalog-api-guide.readthedocs.io/en/latest/' | ||
AUTH_DOCUMENTATION_URL = 'https://course-catalog-api-guide.readthedocs.io/en/latest/authentication/index.html' | ||
|
||
# Affiliate cookie tracking | ||
AFFILIATE_COOKIE_NAME = 'affiliate_id' | ||
|
@@ -3300,8 +3300,8 @@ def _make_locale_paths(settings): | |
HELP_TOKENS_LANGUAGE_CODE = lambda settings: settings.LANGUAGE_CODE | ||
HELP_TOKENS_VERSION = lambda settings: doc_version() | ||
HELP_TOKENS_BOOKS = { | ||
'learner': 'http://edx.readthedocs.io/projects/open-edx-learner-guide', | ||
'course_author': 'http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course', | ||
'learner': 'https://edx.readthedocs.io/projects/open-edx-learner-guide', | ||
'course_author': 'https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course', | ||
} | ||
derived('HELP_TOKENS_LANGUAGE_CODE', 'HELP_TOKENS_VERSION') | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.