aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorPhilip Allgaier <mail@spacegaier.de>2016-10-27 10:59:17 +0200
committerGitHub <noreply@github.com>2016-10-27 10:59:17 +0200
commit9ad735417fa815fc62fa6a7ed7c15c637184b138 (patch)
tree13ec4c7e499e928498743fd08f88ee9de27b9bf4 /themes
parent0a2e2f70f60bb97019cd3592ff9aee203bbdd526 (diff)
downloadnextcloud-server-9ad735417fa815fc62fa6a7ed7c15c637184b138.tar.gz
nextcloud-server-9ad735417fa815fc62fa6a7ed7c15c637184b138.zip
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;
}