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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-21 23:29:45 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-21 23:29:45 +0400
commit148d2616e554964b59c5acaebf76333e5ae7f5eb (patch)
tree3cb02bf6096b4767646127eda7bd7d94c63abba6 /lib/private/setup.php
parenta376407da3dcac86f5a2ab41f23545ff6c4b21d9 (diff)
introduce link_to_docs() and migrate links
Diffstat (limited to 'lib/private/setup.php')
-rw-r--r--lib/private/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/setup.php b/lib/private/setup.php
index 6bf3c88370f..3cc1d29c6a4 100644
--- a/lib/private/setup.php
+++ b/lib/private/setup.php
@@ -183,7 +183,7 @@ class OC_Setup {
$error = $l->t('Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken.');
$hint = $l->t('Please double check the <a href=\'%s\'>installation guides</a>.',
- 'http://doc.owncloud.org/server/5.0/admin_manual/installation.html');
+ link_to_docs('admin-install'));
OC_Template::printErrorPage($error, $hint);
exit();