TE-2702 Update Read the Docs links to HTTPS

This commit is contained in:
Jeremy Bowman
2018-08-15 17:34:01 -04:00
parent 10242d9dbf
commit 713d64e1e2
37 changed files with 52 additions and 52 deletions

View File

@@ -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 Developers
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

View File

@@ -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

View File

@@ -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

View File

@@ -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>')