summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-22 01:28:43 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-22 01:28:43 -0700
commitcadd71ec8a02fc5619a9347109f9e588e13b3e3b (patch)
treef841b9be9d84be2299d3cfa0c4a74f3efed36505 /lib/base.php
parent9d976013daf971edf0c06460932e57de533c2ccf (diff)
parent87a09156f8f6b95119b35a5c7bdaafdcd263aa80 (diff)
downloadnextcloud-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 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index ee925b8f736..ef574b2d895 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -181,7 +181,7 @@ class OC {
OC_Template::printErrorPage(
"Can't write into config directory!",
'This can usually be fixed by '
- .'<a href="' . $defaults->getDocBaseUrl() . '/server/5.0/admin_manual/installation/installation_source.html#set-the-directory-permissions" target="_blank">giving the webserver write access to the config directory</a>.'
+ .'<a href="' . link_to_docs('admin-dir_permissions') . '" target="_blank">giving the webserver write access to the config directory</a>.'
);
}
}