From 9ad735417fa815fc62fa6a7ed7c15c637184b138 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 27 Oct 2016 10:59:17 +0200 Subject: Updated doc link version in default theme from 9 to 11 --- themes/example/defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') 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; } -- cgit v1.2.3