Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-05-26 04:03:40 +0300
committernachoparker <nacho@ownyourbits.com>2019-05-26 04:03:40 +0300
commit30c0f57f6817c8eb7ca7089c73b00c95a0a60757 (patch)
tree3847fd59afef562ce5dc0b42b9a69fc925c93162
parentc8d6222b126e3f6bedcb479a09b2ffd877a19c8b (diff)
ncp-web: update config reference URLv1.12.5
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--ncp-web/elements.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncp-web/elements.php b/ncp-web/elements.php
index afe4b2ba..8d67fc17 100644
--- a/ncp-web/elements.php
+++ b/ncp-web/elements.php
@@ -142,7 +142,7 @@ function print_config_forms( $l /* translations l10n object */ )
<div id="$cfg[id]-config-box" class="content-box $hidden">
<h2 class="text-title">$cfg[description]</h2>
<div class="config-box-info-txt">$cfg[info]</div>
- <a href="https://github.com/nextcloud/nextcloudpi/wiki/Configuration-Reference#$ncp_app" target="_blank">
+ <a href="https://docs.nextcloudpi.com/en/configuration-reference/#$ncp_app" target="_blank">
<div class="icon-info"></div>
</a>
<br/>