diff options
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> |