Update doc link version to 14
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
46a34f1e27
commit
cbbc6187c2
|
@ -64,7 +64,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 = '12'; // used to generate doc links
|
||||
$this->defaultDocVersion = '14'; // used to generate doc links
|
||||
$this->defaultSlogan = $this->l->t('a safe home for all your data');
|
||||
$this->defaultColorPrimary = '#0082c9';
|
||||
$this->defaultTextColorPrimary = '#ffffff';
|
||||
|
|
Loading…
Reference in New Issue