chore: Update logo url.

Switch from files.edx.org to the logos.openedx.org url for the "Powered
by Open edX" logos.  We should still keep the old url working as many
old versions of Open edX still referer to it.

We're making this change so that for future versions of the edx-platform
the DNS for these logos lives alongside the rest of the Open edX
infrastructure managed by tCRIL.
This commit is contained in:
Feanil Patel
2022-01-26 09:56:31 -05:00
parent 59a0acc768
commit 1219837540
4 changed files with 8 additions and 8 deletions

View File

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