mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
Merge pull request #1933 from spacegaier/patch-1
Updated doc link version in default theme from 9 to 11
This commit is contained in:
commit
ba2b274fcc
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