diff --git a/defaults.php b/defaults.php index c1dd06533029c52a0daaaae749512e0caaf1576e..b3429c8a393f27b5baaaf43f866c6787b165c57b 100644 --- a/defaults.php +++ b/defaults.php @@ -129,7 +129,7 @@ class OC_Theme { * @return string documentation link */ public function buildDocLinkToKey($key) { - return $this->getDocBaseUrl() . '/server/22/go.php?to=' . $key; + return $this->getDocBaseUrl() . '/server/27/go.php?to=' . $key; }