diff options
Diffstat (limited to 'themes/example/defaults.php')
-rw-r--r-- | themes/example/defaults.php | 2 |
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; } |