Update Nextcloud version in docs link

Signed-off-by: Richard Henkenjohann <richardhenkenjohann@googlemail.com>
This commit is contained in:
Richard Henkenjohann 2019-06-29 19:07:01 +02:00
parent e84c958574
commit 276f784c20
No known key found for this signature in database
GPG Key ID: AF3640167D43F61C
1 changed files with 1 additions and 1 deletions

View File

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