diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 08:26:31 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 08:26:31 (EDT) |
commit | bf58644d22d8ca1817ef2c89b38cbfedac079bfb (patch) | |
tree | 44812662f5a6892a5e060fc6afa2062a54ce4320 /site/index.php | |
parent | 5704e1e142e3cd9a4469dd35e6322228f90a4801 (diff) | |
download | libreboot.org-bf58644d22d8ca1817ef2c89b38cbfedac079bfb.zip libreboot.org-bf58644d22d8ca1817ef2c89b38cbfedac079bfb.tar.gz libreboot.org-bf58644d22d8ca1817ef2c89b38cbfedac079bfb.tar.bz2 |
download page: clarify what the release archives are for
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index f3aaaad..a1e21fc 100644 --- a/site/index.php +++ b/site/index.php @@ -73,7 +73,7 @@ <ul class="l"> <li><?php echo gettext("Other resources:"); ?></li> - <li><a href="download/#http"><?php echo gettext("Archived releases"); ?></a></li> + <li><a href="download/#archives"><?php echo gettext("Archived releases"); ?></a></li> <li><a href="download/#git"><?php echo gettext("Git repositories"); ?></a></li> <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the main git repository"); ?></a></li> </ul> |