diff --git a/themes/example/defaults.php b/themes/example/defaults.php index 1731097b4768b..346d510f622b7 100644 --- a/themes/example/defaults.php +++ b/themes/example/defaults.php @@ -139,7 +139,7 @@ public function getLongFooter() { } public function buildDocLinkToKey($key) { - return $this->getDocBaseUrl() . '/server/9/go.php?to=' . $key; + return $this->getDocBaseUrl() . '/server/11/go.php?to=' . $key; }