From 276f784c202a2a6482a63c7b267afcd0f34dbb13 Mon Sep 17 00:00:00 2001 From: Richard Henkenjohann Date: Sat, 29 Jun 2019 19:07:01 +0200 Subject: [PATCH] Update Nextcloud version in docs link Signed-off-by: Richard Henkenjohann --- themes/example/defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/example/defaults.php b/themes/example/defaults.php index dd9c9b0629..bc3c785c7b 100644 --- a/themes/example/defaults.php +++ b/themes/example/defaults.php @@ -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; }