Merge pull request #2233 from nextcloud/change-link-to-11
Update link to the docs to 11
This commit is contained in:
commit
7d64d7ac8b
|
@ -60,7 +60,7 @@ class OC_Defaults {
|
||||||
$this->defaultiTunesAppId = '1125420102';
|
$this->defaultiTunesAppId = '1125420102';
|
||||||
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
|
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
|
||||||
$this->defaultDocBaseUrl = 'https://docs.nextcloud.com';
|
$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->defaultSlogan = $this->l->t('a safe home for all your data');
|
||||||
$this->defaultLogoClaim = '';
|
$this->defaultLogoClaim = '';
|
||||||
$this->defaultMailHeaderColor = '#0082c9'; /* header color of mail notifications */
|
$this->defaultMailHeaderColor = '#0082c9'; /* header color of mail notifications */
|
||||||
|
|
Loading…
Reference in New Issue