diff --git a/bedrock/firefox/templates/firefox/built-for-you/landing.de.html b/bedrock/firefox/templates/firefox/built-for-you/landing.de.html index 1d6b5afbf32..0453c55c309 100644 --- a/bedrock/firefox/templates/firefox/built-for-you/landing.de.html +++ b/bedrock/firefox/templates/firefox/built-for-you/landing.de.html @@ -20,8 +20,8 @@ {{ css_bundle('firefox-built-for-you') }} {% endblock %} -{% set android_url = play_store_url('firefox', 'built-for-you') %} -{% set ios_url = app_store_url('firefox', 'built-for-you') %} +{% set android_url = 'https://play.google.com/store/apps/details?id=org.mozilla.firefox&listing=built-for-you-de&referrer=utm_source%3Dwww.mozilla.org%26utm_medium%3Dreferral%26utm_campaign%3Dbuilt-for-you' %} +{% set ios_url = 'https://apps.apple.com/app/firefox-private-safe-browser/id989804926?ppid=721e328c-8a9e-4a2f-9785-febc1563f4e1&pt=373246&ct=built-for-you&mt=8' %} {% if variation == "1" %} {% set media_include = 'firefox/built-for-you/includes/v1-pinocchio-de.html' %} diff --git a/bedrock/firefox/templates/firefox/built-for-you/landing.fr.html b/bedrock/firefox/templates/firefox/built-for-you/landing.fr.html index 8e103a105b6..8af0aa27d6f 100644 --- a/bedrock/firefox/templates/firefox/built-for-you/landing.fr.html +++ b/bedrock/firefox/templates/firefox/built-for-you/landing.fr.html @@ -20,8 +20,8 @@ {{ css_bundle('firefox-built-for-you') }} {% endblock %} -{% set android_url = play_store_url('firefox', 'built-for-you') %} -{% set ios_url = app_store_url('firefox', 'built-for-you') %} +{% set android_url = 'https://play.google.com/store/apps/details?id=org.mozilla.firefox&listing=built-for-you-fr&referrer=utm_source%3Dwww.mozilla.org%26utm_medium%3Dreferral%26utm_campaign%3Dbuilt-for-you' %} +{% set ios_url = 'https://apps.apple.com/app/firefox-private-safe-browser/id989804926?ppid=4a5a3315-553e-4bbd-ac61-2f1e001c0fdc&pt=373246&ct=built-for-you&mt=8' %} {% if variation == "1" %} {% set media_include = 'firefox/built-for-you/includes/v1-pinocchio-fr.html' %}