]> git.mjollnir.org Git - moodle.git/commitdiff
Fix some doc links
authormoodler <moodler>
Fri, 6 Oct 2006 06:26:06 +0000 (06:26 +0000)
committermoodler <moodler>
Fri, 6 Oct 2006 06:26:06 +0000 (06:26 +0000)
admin/index.php

index 0ed007c8d47088e5e493968057115e9773f91d87..c4184ab3590c6afc014bbd6d607e47d1981ead1d 100644 (file)
@@ -38,7 +38,7 @@
 
 /// Check some PHP server settings
 
-    $documentationlink = "please read the <a href=\"../doc/?frame=install.html&amp;sub=webserver\">install documentation</a>";
+    $documentationlink = '<a href="http://docs.moodle.org/en/Installation">Installation docs</a>';
 
     if (ini_get_bool('session.auto_start')) {
         error("The PHP server variable 'session.auto_start' should be Off - $documentationlink");