Use https for open.edx.org

This commit is contained in:
Ned Batchelder
2020-11-02 06:10:35 -05:00
parent 8fea5971f8
commit 21d7e6f3b2
7 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ from openedx.core.djangolib.markup import HTML, Text
</div>
<div class="footer-about-openedx">
<a href="http://open.edx.org" title="${_("Powered by Open edX")}">
<a href="https://open.edx.org" title="${_("Powered by Open edX")}">
<img alt="${_("Powered by Open edX")}" src="https://files.edx.org/openedx-logos/edx-openedx-logo-tag.png">
</a>
</div>