Skip to content

Commit c176a7a

Browse files
Merge pull request nextcloud#8137 from nextcloud/update-doc-version
Update doc link version to 14
2 parents 009874a + cbbc618 commit c176a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/legacy/defaults.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function __construct() {
6464
$this->defaultiTunesAppId = '1125420102';
6565
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
6666
$this->defaultDocBaseUrl = 'https://docs.nextcloud.com';
67-
$this->defaultDocVersion = '12'; // used to generate doc links
67+
$this->defaultDocVersion = '14'; // used to generate doc links
6868
$this->defaultSlogan = $this->l->t('a safe home for all your data');
6969
$this->defaultColorPrimary = '#0082c9';
7070
$this->defaultTextColorPrimary = '#ffffff';

0 commit comments

Comments
 (0)