Updated doc link version in default theme from 9 to 11

This commit is contained in:
Philip Allgaier 2016-10-27 10:59:17 +02:00 committed by GitHub
parent 0a2e2f70f6
commit 9ad735417f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}