diff options
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index 5e60fbd..2793262 100644 --- a/site/index.php +++ b/site/index.php @@ -48,8 +48,9 @@ </p> <ul class="ulnav"> <li><a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a></li> - <li><a href="download/#git">How to contribute?</a></li> + <li><a href="download/#git">How to contribute</a></li> <li><a href="docs/tasks.html">List of tasks</a></li> + <li><a href="download/#mirror">Mirroring <?php echo $lbProjectName; ?></a></li> </ul> </div> |