ejabberd, mumble, wireguard: Update Apple app links

- Old URLs are still valid but are being redirected to newer URLs.

Tests:

- View the app pages. See the list of the clients and visit the URLs.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
Sunil Mohan Adapa 2020-08-20 11:49:06 -07:00 committed by Joseph Nuthalapati
parent 10544b4386
commit 7afe361eee
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35
3 changed files with 15 additions and 26 deletions

View File

@ -2,8 +2,8 @@
from django.utils.translation import ugettext_lazy as _
from plinth.modules.backups.api import validate as validate_backup
from plinth.clients import store_url, validate
from plinth.modules.backups.api import validate as validate_backup
from plinth.modules.jsxc import manifest as jsxc_manifest
_clients = validate([{
@ -66,8 +66,7 @@ _clients = validate([{
'type': 'store',
'os': 'ios',
'store_name': 'app-store',
'url': 'https://itunes.apple.com/us/app/chatsecure'
'/id464200063'
'url': 'https://apps.apple.com/us/app/chatsecure/id464200063'
}]
}, {
'name':

View File

@ -30,7 +30,7 @@ clients = validate([{
'type': 'store',
'os': 'ios',
'store_name': 'app-store',
'url': 'https://itunes.apple.com/us/app/mumble/id443472808'
'url': 'https://apps.apple.com/us/app/mumble/id443472808'
}]
}, {
'name':
@ -53,7 +53,7 @@ clients = validate([{
'type': 'store',
'os': 'ios',
'store_name': 'app-store',
'url': 'https://itunes.apple.com/dk/app/mumblefy/id858752232'
'url': 'https://apps.apple.com/dk/app/mumblefy/id858752232'
}]
}, {
'name':

View File

@ -13,20 +13,14 @@ clients = validate([{
'name':
_('WireGuard'),
'platforms': [{
'type':
'download',
'os':
'windows',
'url':
'https://download.wireguard.com/windows-client/'
'wireguard-amd64-0.0.23.msi'
'type': 'download',
'os': 'windows',
'url': 'https://download.wireguard.com/windows-client/'
'wireguard-amd64-0.0.23.msi'
}, {
'type':
'download',
'os':
'macos',
'url':
'https://itunes.apple.com/us/app/wireguard/id1451685025?ls=1&mt=12'
'type': 'download',
'os': 'macos',
'url': 'https://apps.apple.com/us/app/wireguard/id1451685025'
}, {
'type': 'package',
'format': 'deb',
@ -42,13 +36,9 @@ clients = validate([{
'store_name': 'google-play',
'url': store_url('google-play', _wireguard_package_id)
}, {
'type':
'store',
'os':
'ios',
'store_name':
'app-store',
'url':
'https://itunes.apple.com/us/app/wireguard/id1441195209?ls=1&mt=8'
'type': 'store',
'os': 'ios',
'store_name': 'app-store',
'url': 'https://apps.apple.com/us/app/wireguard/id1441195209'
}]
}])