From b4eefc00cdb8570b139683de68cf4e358806f699 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 12 Jun 2016 19:19:46 +0200 Subject: [PATCH] Link to Nextcloud docs --- lib/private/defaults.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/private/defaults.php b/lib/private/defaults.php index 7eee2dc75c7..3e31291c648 100644 --- a/lib/private/defaults.php +++ b/lib/private/defaults.php @@ -59,8 +59,8 @@ class OC_Defaults { $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->defaultDocVersion = $version[0] . '.' . $version[1]; // used to generate doc links + $this->defaultDocBaseUrl = 'https://docs.nextcloud.org'; + $this->defaultDocVersion = $version[0]; // used to generate doc links $this->defaultSlogan = $this->l->t('a safe home for all your data'); $this->defaultLogoClaim = ''; $this->defaultMailHeaderColor = '#0082c9'; /* header color of mail notifications */