diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-23 20:58:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-23 20:58:20 +0100 |
commit | 7d64d7ac8b0a199a709c748d0101d628b4564265 (patch) | |
tree | efd07c35edd0d2e992d80d40d8c0c9dddc39b59f /lib | |
parent | 38658da12b3bd4df273e64f3a74e566ffbf9e1e9 (diff) | |
parent | 7eaaffeee0782c89c1a7f505f622e8304d62f93b (diff) | |
download | nextcloud-server-7d64d7ac8b0a199a709c748d0101d628b4564265.tar.gz nextcloud-server-7d64d7ac8b0a199a709c748d0101d628b4564265.zip |
Merge pull request #2233 from nextcloud/change-link-to-11
Update link to the docs to 11
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/legacy/defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/defaults.php b/lib/private/legacy/defaults.php index 6abc399bc82..036617ba5f9 100644 --- a/lib/private/legacy/defaults.php +++ b/lib/private/legacy/defaults.php @@ -60,7 +60,7 @@ class OC_Defaults { $this->defaultiTunesAppId = '1125420102'; $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client'; $this->defaultDocBaseUrl = 'https://docs.nextcloud.com'; - $this->defaultDocVersion = '10'; // used to generate doc links + $this->defaultDocVersion = '11'; // 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 */ |