aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc/doc.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/doc/doc.php')
-rw-r--r--en/doc/doc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/doc/doc.php b/en/doc/doc.php
index 576f93567..692c519d6 100644
--- a/en/doc/doc.php
+++ b/en/doc/doc.php
@@ -65,7 +65,7 @@ function doc_list($documentation_name, $type, $version)
$name = 'DrakLive';
$title = _r('Installation from LIVE medium');
} else if ('netinstall' == $type) {
- $dir = 'NetInstall';
+ $dir = 'netinstall';
$name = 'NetInstall';
$title = _r('Installation with tiny boot image');
} else {