diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-07-21 00:36:52 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-07-21 00:36:52 +0200 |
commit | 9a1ff29351d126023d786e500aaa6f3da6c9723c (patch) | |
tree | f57e266e9304a0d6da6167ef68b2459e9408d23b | |
parent | 2d52cc9fe0c03284cc5aecfe71f37410e120090a (diff) | |
download | nextcloud-server-9a1ff29351d126023d786e500aaa6f3da6c9723c.tar.gz nextcloud-server-9a1ff29351d126023d786e500aaa6f3da6c9723c.zip |
Use proper documentation links
Since it is just faking the 10 we need to hardcode this here...
-rw-r--r-- | lib/private/legacy/defaults.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/legacy/defaults.php b/lib/private/legacy/defaults.php index 2a97cfe89ed..3c64ec494c7 100644 --- a/lib/private/legacy/defaults.php +++ b/lib/private/legacy/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 = '10'; // 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 */ |