aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/doc/doc.php2
-rw-r--r--en/doc/index.php4
2 files changed, 3 insertions, 3 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 {
diff --git a/en/doc/index.php b/en/doc/index.php
index 62ab55bf4..2fdb6bea9 100644
--- a/en/doc/index.php
+++ b/en/doc/index.php
@@ -45,9 +45,9 @@ require 'doc.php';
<div class="col">
<?php doc_list(_r('Installation from LIVE medium'), 'draklive', 6); ?>
</div>
- <!-- <div class="col">
+ <div class="col">
<?php doc_list(_r('Network installation'), 'netinstall', 6); ?>
- </div> -->
+ </div>
</div><!--row-->
<hr></hr>
<h3>Mageia 5</h3>