From fcac3885e685a766138f0aad18f865341da2c55c Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Sun, 29 Apr 2018 21:19:50 +0100 Subject: [PATCH] Update website links now that release is live. --- download.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/download.html b/download.html index 6a352bf..0e9408a 100644 --- a/download.html +++ b/download.html @@ -57,7 +57,7 @@ <p> Thank you to everyone who tested the beta version! We've fixed a lot of bugs and made many improvements thanks to your feedback. <p> - <a href="https://play.google.com/apps/testing/org.briarproject.briar.android" rel="noopener noreferrer" target="_blank"><img id="playbutton" src="img/google_play_badge_web_generic.png" alt="Get it on Google Play" border="0"/></a> + <a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" rel="noopener noreferrer" target="_blank"><img id="playbutton" src="img/google_play_badge_web_generic.png" alt="Get it on Google Play" border="0"/></a> <a href="fdroid.html"><img id="fdroidbutton" src="img/fdroid_badge.png" alt="Get it on F-Droid" border="0"/></a> </p> diff --git a/index.html b/index.html index d82f91a..ab24a8a 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ <li>Free and open source software</li> </ul> - <a href="https://play.google.com/apps/testing/org.briarproject.briar.android" rel="noopener noreferrer" target="_blank"><img id="playbutton" src="img/google_play_badge_web_generic.png" alt="Get it on Google Play" border="0"/></a> + <a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" rel="noopener noreferrer" target="_blank"><img id="playbutton" src="img/google_play_badge_web_generic.png" alt="Get it on Google Play" border="0"/></a> <a href="fdroid.html"><img id="fdroidbutton" src="img/fdroid_badge.png" alt="Get it on F-Droid" border="0"/></a> </div> <!-- intro --> -- GitLab