Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-07-04 22:09:40 +0300
committerGitHub <noreply@github.com>2016-07-04 22:09:40 +0300
commit179a9c28b7b02645e18ca658c53bceb3c68faf78 (patch)
tree0dd75cab468006afadc42d6cb9b0888c0e9463de
parent01f6f2634326e9643a53d3a16c361ed425bb526f (diff)
parent70f36b40df8def9ae4dfcb2673e9c39f90078eb5 (diff)
Merge pull request #308 from nextcloud/use-proper-branding-again
Use proper branding again
-rw-r--r--lib/private/defaults.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/private/defaults.php b/lib/private/defaults.php
index eacbf88bf1a..fae2a44152d 100644
--- a/lib/private/defaults.php
+++ b/lib/private/defaults.php
@@ -56,10 +56,10 @@ class OC_Defaults {
$this->defaultTitle = 'Nextcloud'; /* can be a longer name, for titles */
$this->defaultBaseUrl = 'https://nextcloud.com';
$this->defaultSyncClientUrl = 'https://nextcloud.com/install';
- $this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8';
- $this->defaultiTunesAppId = '543672169';
- $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android';
- $this->defaultDocBaseUrl = 'https://doc.owncloud.org';
+ $this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
+ $this->defaultiTunesAppId = '1125420102';
+ $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
+ $this->defaultDocBaseUrl = 'https://docs.nextcloud.org';
$this->defaultDocVersion = $version[0] . '.' . $version[1]; // used to generate doc links
$this->defaultSlogan = $this->l->t('a safe home for all your data');
$this->defaultLogoClaim = '';