diff --git a/themes/example/defaults.php b/themes/example/defaults.php index dd9c9b0629..bc3c785c7b 100644 --- a/themes/example/defaults.php +++ b/themes/example/defaults.php @@ -112,7 +112,7 @@ class OC_Theme { * @return string documentation link */ public function buildDocLinkToKey($key) { - return $this->getDocBaseUrl() . '/server/15/go.php?to=' . $key; + return $this->getDocBaseUrl() . '/server/16/go.php?to=' . $key; }