diff options
author | Rob Landley <rob@landley.net> | 2012-06-14 00:33:33 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-06-14 00:33:33 -0500 |
commit | ef7e7ebaab86dae90b8fabb6a5dbea08a26db9ba (patch) | |
tree | 68961741b0f7217c4607e3eac9477213f737aeb1 /www | |
parent | 56fccc3ce7439570ba00d931bc85bbb6ef699fcc (diff) | |
download | toybox-ef7e7ebaab86dae90b8fabb6a5dbea08a26db9ba.tar.gz |
A few more links for the index.
Diffstat (limited to 'www')
-rw-r--r-- | www/header.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/header.html b/www/header.html index 2eccbedf..cb4a195c 100644 --- a/www/header.html +++ b/www/header.html @@ -15,12 +15,14 @@ <li><a href="design.html">Design Docs</a></li> <li><a href="code.html">Source walkthrough</a></li> <li><a href="todo.txt">TODO list</a></li> - <li><a href="roadmap.html">roadmap</a></li> + <li><a href="roadmap.html">Roadmap</a></li> + <li><a href="http://www.h-online.com/open/features/Inside-the-ToyBox-An-interview-with-Rob-Landley-1447494.html">Interview</a></li> </ul> <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> </ul> <b>Development</b> <ul> |