commit b7468a7f25df79f50a8700127019c609924bcbf1 Author: Antonela antonela@torproject.org Date: Tue Aug 4 17:33:07 2020 +0000
Update download-android.html. Close https://gitlab.torproject.org/tpo/web/tpo/-/issues/93 --- templates/download-android.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/download-android.html b/templates/download-android.html index c95bab0b..aaa9e03c 100644 --- a/templates/download-android.html +++ b/templates/download-android.html @@ -40,7 +40,7 @@ <img class="img-fluid" height="auto" src="{{ 'static/images/tor-browser-mobile-window/png/TBAa-onboarding@2x.png'|asseturl }}" style="box-shadow: 0px 30px 100px rgba(0,0,0,0.5);"> </div> <div class="row py-5 content-center col-12"> - <a class="text-light mx-auto text-center nick" href="https://itunes.apple.com/us/app/onion-browser/id519296448?mt=8"><i class="text-light fab fa-apple-png mr-3" alt="apple" ></i>{{ _('Are you an iOS user? We encourage you to try Onion Browser.') }} </a> + <a class="text-light mx-auto text-center nick" href="https://onionbrowser.com" target="_blank"><i class="text-light fab fa-apple-png mr-3" alt="apple" ></i>{{ _('Are you an iOS user? We encourage you to try Onion Browser.') }} </a> </div> </div> </div>