Skip to content

Commit 43146ec

Browse files
authored
Merge pull request #7012 from janbrasna/download-fx-urls
Update show-fx-download CTA macro URLs
2 parents 6e20393 + 14bef59 commit 43146ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kitsune/sumo/jinja2/includes/common_macros.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -906,14 +906,14 @@ <h4 class="mzp-c-menu-item-title">{{ _('Inbox') }}</h4>
906906
<div class="firefox-download-button hidden">
907907
<div class="download-buttons">
908908
<div class="download-firefox">
909-
<a href="https://www.mozilla.org/firefox/new/?utm_source=support.mozilla.org&amp;utm_medium=referral&amp;utm_campaign=non-fx-button&amp;utm_content=body-download-button"
909+
<a href="https://www.firefox.com/?utm_source=support.mozilla.org&amp;utm_medium=referral&amp;utm_campaign=non-fx-button&amp;utm_content=body-download-button"
910910
class="download-button sumo-button primary-button button-lg">
911911
{{ _('Download Firefox') }}
912912
</a>
913913
<ul class="download-info text-body-xs">
914-
<li><a href="https://www.mozilla.org/firefox/all/">{{ _('Systems and Languages') }}</a></li>
915-
<li><a href="https://www.mozilla.org/firefox/notes">{{ _("What's New") }}</a></li>
916-
<li><a href="https://www.mozilla.org/legal/privacy/firefox">{{ _('Privacy') }}</a></li>
914+
<li><a href="https://www.firefox.com/download/all/">{{ _('Systems and Languages') }}</a></li>
915+
<li><a href="https://www.firefox.com/firefox/notes/">{{ _("What's New") }}</a></li>
916+
<li><a href="https://www.mozilla.org/privacy/firefox/">{{ _('Privacy') }}</a></li>
917917
</ul>
918918
</div>
919919
</div>

0 commit comments

Comments
 (0)