summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
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>