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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user