Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRichard Henkenjohann <richardhenkenjohann@googlemail.com>2019-06-29 20:07:01 +0300
committerRichard Henkenjohann <richardhenkenjohann@googlemail.com>2019-06-29 20:11:58 +0300
commit276f784c202a2a6482a63c7b267afcd0f34dbb13 (patch)
tree1a26e68c0c2b4f23602bad6d2198ee68f9599364 /themes
parente84c958574e0d4e29909f4d40fc73df57ebd7deb (diff)
Update Nextcloud version in docs link
Signed-off-by: Richard Henkenjohann <richardhenkenjohann@googlemail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/example/defaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index dd9c9b06291..bc3c785c7bc 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -112,7 +112,7 @@ class OC_Theme {
* @return string documentation link
*/
public function buildDocLinkToKey($key) {
- return $this->getDocBaseUrl() . '/server/15/go.php?to=' . $key;
+ return $this->getDocBaseUrl() . '/server/16/go.php?to=' . $key;
}