Skip to content

Commit 30c0f57

Browse files
committed
ncp-web: update config reference URL
Signed-off-by: nachoparker <nacho@ownyourbits.com>
1 parent c8d6222 commit 30c0f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ncp-web/elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function print_config_forms( $l /* translations l10n object */ )
142142
<div id="$cfg[id]-config-box" class="content-box $hidden">
143143
<h2 class="text-title">$cfg[description]</h2>
144144
<div class="config-box-info-txt">$cfg[info]</div>
145-
<a href="https://github.com/nextcloud/nextcloudpi/wiki/Configuration-Reference#$ncp_app" target="_blank">
145+
<a href="https://docs.nextcloudpi.com/en/configuration-reference/#$ncp_app" target="_blank">
146146
<div class="icon-info"></div>
147147
</a>
148148
<br/>

0 commit comments

Comments
 (0)