Merge pull request #1933 from spacegaier/patch-1

Updated doc link version in default theme from 9 to 11
This commit is contained in:
Lukas Reschke 2016-10-27 12:45:07 +02:00 committed by GitHub
commit ba2b274fcc

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