diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-19 10:13:45 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-19 10:13:45 (EDT) |
commit | 957853c80adea38580cba1a104014bed715042e3 (patch) | |
tree | 7c9d5e3a50f3409a218ff50b93ae5897804b7e12 /site/index.php | |
parent | f9579ff52df96bd65d3794e2a8ae52e415896660 (diff) | |
download | libreboot.org-957853c80adea38580cba1a104014bed715042e3.zip libreboot.org-957853c80adea38580cba1a104014bed715042e3.tar.gz libreboot.org-957853c80adea38580cba1a104014bed715042e3.tar.bz2 |
home page: link to mirror instructions
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> |