diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index d1c90d1b..aab282f3 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -89,7 +89,7 @@ wallets: platform: desktop: text: "walletarmory" - link: "https://github.com/goatpig/BitcoinArmory/releases" + link: "https://btcarmory.com/" source: "https://github.com/goatpig/BitcoinArmory" screenshot: "armory.png" os: @@ -993,7 +993,7 @@ wallets:

{{ wallet[1].title }}

{% for os in platform[1].os %}{% translate platform{{os}} %}{% endfor %}
-
{% if platform[1].link == 'bitcoincore' %}{% translate walletdownload %}{% elsif platform[1].link contains 'play.google.com' or platform[1].link contains 'itunes.apple.com' or platform[1].link contains 'chrome.google.com' or platform[1].link contains 'goatpig' %}{% translate walletdownload %}{% else %}{% translate walletvisit %}{% endif %}{% if platform[1].source %}{% translate walletsourcecode %}{% endif %}
+
{% if platform[1].link == 'bitcoincore' %}{% translate walletdownload %}{% elsif platform[1].link contains 'play.google.com' or platform[1].link contains 'itunes.apple.com' or platform[1].link contains 'chrome.google.com' %}{% translate walletdownload %}{% else %}{% translate walletvisit %}{% endif %}{% if platform[1].source %}{% translate walletsourcecode %}{% endif %}
{% for check in platform[1].check %}{% if check[0] == 'privacy' and platform[1].privacycheck %}
{% translate {{check[1]}} %}