Browse Source
Update doc link version to 14
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/8137/head
Morris Jobke
8 years ago
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with
1 additions and
1 deletions
-
lib/private/legacy/defaults.php
|
|
@ -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'; |
|
|
|