diff --git a/defaults.php b/defaults.php index 3602f41597ab982b0de058939aa5499baeb51423..7730114e2960960c307cc60d396bf76815f4bd19 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/30/go.php?to=' . $key; + return $this->getDocBaseUrl() . '/server/31/go.php?to=' . $key; }