TE-2702 Update Read the Docs links to HTTPS
This commit is contained in:
@@ -155,7 +155,7 @@ Configuring A.C.E.
|
||||
|
||||
These instructions assume you have already setup an Open edX instance or
|
||||
are running devstack. See the `Open edX Developer’s
|
||||
Guide <http://edx.readthedocs.io/projects/edx-developer-guide/en/latest/>`__
|
||||
Guide <https://edx.readthedocs.io/projects/edx-developer-guide/en/latest/>`__
|
||||
for information on setting them up.
|
||||
|
||||
The Schedule app relies on ACE. When live, ACE sends emails to users
|
||||
|
||||
@@ -14,7 +14,7 @@ they are pushed to production. To make sure that themed assets are collected
|
||||
and served by the system (in addition to core assets), we need to extend this
|
||||
interface, as well.
|
||||
|
||||
.. _Django-Pipeline: http://django-pipeline.readthedocs.org/
|
||||
.. _Django-Pipeline: https://django-pipeline.readthedocs.org/
|
||||
.. _Django-Require: https://github.com/etianen/django-require
|
||||
"""
|
||||
import os
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
Custom routers used by both lms and cms when routing tasks to worker queues.
|
||||
|
||||
For more, see http://celery.readthedocs.io/en/latest/userguide/routing.html#routers
|
||||
For more, see https://celery.readthedocs.io/en/latest/userguide/routing.html#routers
|
||||
"""
|
||||
import logging
|
||||
from abc import ABCMeta, abstractproperty
|
||||
|
||||
@@ -60,7 +60,7 @@ def learner_profile(request, username):
|
||||
'profile. {learn_more_link_start}Learn more{learn_more_link_end}'
|
||||
)).format(
|
||||
learn_more_link_start=HTML(
|
||||
'<a href="http://edx.readthedocs.io/projects/open-edx-learner-guide/en/'
|
||||
'<a href="https://edx.readthedocs.io/projects/open-edx-learner-guide/en/'
|
||||
'latest/SFD_dashboard_profile_SectionHead.html#adding-profile-information">'
|
||||
),
|
||||
learn_more_link_end=HTML('</a>')
|
||||
|
||||
Reference in New Issue
Block a user