mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Update link to the docs to 11
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
df215625f1
commit
7eaaffeee0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue