diff options
author | Rob Landley <rob@landley.net> | 2012-11-13 16:13:45 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-11-13 16:13:45 -0600 |
commit | 571b0706cce45716126776d0ad0f6ac65f4586e3 (patch) | |
tree | c9f7163fa3c00fdcb8489f964c7690cc16c0b3dc /www/header.html | |
parent | 10df0ccb7875581c029ba65eafe7a56d215531bf (diff) | |
download | toybox-571b0706cce45716126776d0ad0f6ac65f4586e3.tar.gz |
Announce release, add anchor tags to roadmap, tweak downloads in header (new bin directory pointing to downloads/binaries/$CURRENT).
Diffstat (limited to 'www/header.html')
-rw-r--r-- | www/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/header.html b/www/header.html index 8698267e..f96d6956 100644 --- a/www/header.html +++ b/www/header.html @@ -21,8 +21,8 @@ <b>Download</b> <ul> <li><a href="/hg/toybox">Mercurial Repository</a></li> - <li><a href="downloads">Release Tarballs</a></li> - <li><a href="downloads/binaries">Static Binaries</a></li> + <li><a href="downloads">Releases</a></li> + <li><a href="bin">Binaries</a></li> </ul> <b>Development</b> <ul> |