summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-31 21:27:12 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-31 21:27:12 (EDT)
commit2d82c07afdcdbbe47e91868d47cc4cff53e09b90 (patch)
tree4d5e39f09ad185aaf022bb26d36246c86e228cfb /site/index.php
parentc23543a9a6603f4e5b8a6f2801c6ec8fd874f14c (diff)
downloadlibreboot.org-2d82c07afdcdbbe47e91868d47cc4cff53e09b90.zip
libreboot.org-2d82c07afdcdbbe47e91868d47cc4cff53e09b90.tar.gz
libreboot.org-2d82c07afdcdbbe47e91868d47cc4cff53e09b90.tar.bz2
Split up download page into separate pages
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/index.php b/site/index.php
index 927a9ed..ba6de89 100644
--- a/site/index.php
+++ b/site/index.php
@@ -47,10 +47,10 @@
<div>
<h1><?php echo gettext("Downloads"); ?></h1>
<ul>
- <li><a href="download/#archives"><?php echo gettext("Release archives"); ?></a></li>
- <li><a href="download/#gpg"><?php echo gettext("GPG"); ?></a></li>
- <li><a href="download/#mirror">Rsync</a></li>
- <li><a href="download/#git">Git</a></li>
+ <li><a href="download/"><?php echo gettext("Releases"); ?></a></li>
+ <li><a href="gpg/"><?php echo gettext("GPG"); ?></a></li>
+ <li><a href="rsync/">Rsync</a></li>
+ <li><a href="git/">Git</a></li>
<li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the repository"); ?></a></li>
</ul>
</div>