Updated doc link version in default theme from 9 to 11
This commit is contained in:
parent
0a2e2f70f6
commit
9ad735417f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue