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 /lib/base.php | |
parent | a376407da3dcac86f5a2ab41f23545ff6c4b21d9 (diff) | |
download | nextcloud-server-148d2616e554964b59c5acaebf76333e5ae7f5eb.tar.gz nextcloud-server-148d2616e554964b59c5acaebf76333e5ae7f5eb.zip |
introduce link_to_docs() and migrate links
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
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>.' ); } } |