summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-21 21:29:45 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-21 21:29:45 +0200
commit148d2616e554964b59c5acaebf76333e5ae7f5eb (patch)
tree3cb02bf6096b4767646127eda7bd7d94c63abba6 /settings/templates/admin.php
parenta376407da3dcac86f5a2ab41f23545ff6c4b21d9 (diff)
downloadnextcloud-server-148d2616e554964b59c5acaebf76333e5ae7f5eb.tar.gz
nextcloud-server-148d2616e554964b59c5acaebf76333e5ae7f5eb.zip
introduce link_to_docs() and migrate links
Diffstat (limited to 'settings/templates/admin.php')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index a2c877340ee..a5724bf3b17 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -30,7 +30,7 @@ if (!$_['isWebDavWorking']) {
<span class="securitywarning">
<?php p($l->t('Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken.')); ?>
- <?php print_unescaped($l->t('Please double check the <a href="%s">installation guides</a>.', $theme->getDocBaseUrl().'/server/5.0/admin_manual/installation.html')); ?>
+ <?php print_unescaped($l->t('Please double check the <a href="%s">installation guides</a>.', link_to_docs('admin-install'))); ?>
</span>
</fieldset>