diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-21 21:29:45 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-21 21:29:45 +0200 |
commit | 148d2616e554964b59c5acaebf76333e5ae7f5eb (patch) | |
tree | 3cb02bf6096b4767646127eda7bd7d94c63abba6 /core/templates | |
parent | a376407da3dcac86f5a2ab41f23545ff6c4b21d9 (diff) | |
download | nextcloud-server-148d2616e554964b59c5acaebf76333e5ae7f5eb.tar.gz nextcloud-server-148d2616e554964b59c5acaebf76333e5ae7f5eb.zip |
introduce link_to_docs() and migrate links
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index a6f55cb0e28..3457a3c9a99 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -39,7 +39,7 @@ <p><?php p($l->t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.'));?><br> <?php print_unescaped($l->t( 'For information how to properly configure your server, please see the <a href="%s" target="_blank">documentation</a>.', - $theme->getDocBaseUrl().'/server/5.0/admin_manual/installation.html' + link_to_docs('admin-install') )); ?></p> </fieldset> <?php endif; ?> |