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:
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;
}