Update Nextcloud version in docs link
Signed-off-by: Richard Henkenjohann <richardhenkenjohann@googlemail.com>
This commit is contained in:
parent
e84c958574
commit
276f784c20
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class OC_Theme {
|
|||
* @return string documentation link
|
||||
*/
|
||||
public function buildDocLinkToKey($key) {
|
||||
return $this->getDocBaseUrl() . '/server/15/go.php?to=' . $key;
|
||||
return $this->getDocBaseUrl() . '/server/16/go.php?to=' . $key;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue