We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 009874a + cbbc618 commit c176a7aCopy full SHA for c176a7a
lib/private/legacy/defaults.php
@@ -64,7 +64,7 @@ public function __construct() {
64
$this->defaultiTunesAppId = '1125420102';
65
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
66
$this->defaultDocBaseUrl = 'https://docs.nextcloud.com';
67
- $this->defaultDocVersion = '12'; // used to generate doc links
+ $this->defaultDocVersion = '14'; // used to generate doc links
68
$this->defaultSlogan = $this->l->t('a safe home for all your data');
69
$this->defaultColorPrimary = '#0082c9';
70
$this->defaultTextColorPrimary = '#ffffff';
0 commit comments