Merge pull request #2233 from nextcloud/change-link-to-11

Update link to the docs to 11
This commit is contained in:
Lukas Reschke 2016-11-23 20:58:20 +01:00 committed by GitHub
commit 7d64d7ac8b

View File

@ -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 */