diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-22 01:28:43 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-22 01:28:43 -0700 |
commit | cadd71ec8a02fc5619a9347109f9e588e13b3e3b (patch) | |
tree | f841b9be9d84be2299d3cfa0c4a74f3efed36505 /core | |
parent | 9d976013daf971edf0c06460932e57de533c2ccf (diff) | |
parent | 87a09156f8f6b95119b35a5c7bdaafdcd263aa80 (diff) | |
download | nextcloud-server-cadd71ec8a02fc5619a9347109f9e588e13b3e3b.tar.gz nextcloud-server-cadd71ec8a02fc5619a9347109f9e588e13b3e3b.zip |
Merge pull request #5455 from owncloud/fixing-2423-master
introduce link_to_docs() and migrate links
Diffstat (limited to 'core')
-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; ?> |