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

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