Merge pull request #16157 from richardhj/patch-1
Update Nextcloud version in docs link
This commit is contained in:
commit
a17f4b0d7c
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class OC_Theme {
|
||||||
* @return string documentation link
|
* @return string documentation link
|
||||||
*/
|
*/
|
||||||
public function buildDocLinkToKey($key) {
|
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