Skip to content

Commit 179a9c2

Browse files
authored
Merge pull request #308 from nextcloud/use-proper-branding-again
Use proper branding again
2 parents 01f6f26 + 70f36b4 commit 179a9c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/private/defaults.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ function __construct() {
5656
$this->defaultTitle = 'Nextcloud'; /* can be a longer name, for titles */
5757
$this->defaultBaseUrl = 'https://nextcloud.com';
5858
$this->defaultSyncClientUrl = 'https://nextcloud.com/install';
59-
$this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8';
60-
$this->defaultiTunesAppId = '543672169';
61-
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android';
62-
$this->defaultDocBaseUrl = 'https://doc.owncloud.org';
59+
$this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
60+
$this->defaultiTunesAppId = '1125420102';
61+
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
62+
$this->defaultDocBaseUrl = 'https://docs.nextcloud.org';
6363
$this->defaultDocVersion = $version[0] . '.' . $version[1]; // used to generate doc links
6464
$this->defaultSlogan = $this->l->t('a safe home for all your data');
6565
$this->defaultLogoClaim = '';

0 commit comments

Comments
 (0)