We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bb46a2 + a77b337 commit 9b41fedCopy full SHA for 9b41fed
1 file changed
lib/private/legacy/defaults.php
@@ -65,7 +65,7 @@ public function __construct() {
65
$this->defaultiTunesAppId = $config->getSystemValue('customclient_ios_appid', '1125420102');
66
$this->defaultAndroidClientUrl = $config->getSystemValue('customclient_android', 'https://play.google.com/store/apps/details?id=com.nextcloud.client');
67
$this->defaultDocBaseUrl = 'https://docs.nextcloud.com';
68
- $this->defaultDocVersion = '14'; // used to generate doc links
+ $this->defaultDocVersion = '15'; // used to generate doc links
69
$this->defaultSlogan = $this->l->t('a safe home for all your data');
70
$this->defaultColorPrimary = '#0082c9';
71
$this->defaultTextColorPrimary = '#ffffff';
0 commit comments