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:
authorPhilip Allgaier <mail@spacegaier.de>2016-10-27 11:59:17 +0300
committerGitHub <noreply@github.com>2016-10-27 11:59:17 +0300
commit9ad735417fa815fc62fa6a7ed7c15c637184b138 (patch)
tree13ec4c7e499e928498743fd08f88ee9de27b9bf4 /themes
parent0a2e2f70f60bb97019cd3592ff9aee203bbdd526 (diff)
Updated doc link version in default theme from 9 to 11
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 1731097b476..346d510f622 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -139,7 +139,7 @@ class OC_Theme {
}
public function buildDocLinkToKey($key) {
- return $this->getDocBaseUrl() . '/server/9/go.php?to=' . $key;
+ return $this->getDocBaseUrl() . '/server/11/go.php?to=' . $key;
}