diff options
author | Rob Landley <rob@landley.net> | 2015-11-16 03:13:22 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-11-16 03:13:22 -0600 |
commit | 79af65b116a736e7f5ac5b6609664fd37805d5ec (patch) | |
tree | d3ef0e05af42ef96df30cc9b238b0e90ed359299 /www/header.html | |
parent | a46fcd42123c8c4960be8d233a6e2a19f6b684dc (diff) | |
download | toybox-79af65b116a736e7f5ac5b6609664fd37805d5ec.tar.gz |
Rewrite of the about page, re-triage of sbase, and other documentation updates.
Diffstat (limited to 'www/header.html')
-rw-r--r-- | www/header.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/header.html b/www/header.html index 56396d5d..8c968008 100644 --- a/www/header.html +++ b/www/header.html @@ -9,10 +9,10 @@ <ul> <li><a href="index.html">News</a></li> <li>What is it?<br> - <a href="about.html">About</a><br> - <a href="roadmap.html">Roadmap</a><br> - <a href="status.html">Status</a><br> - <a href="help.html">Help</a><br> + - <a href="about.html">About</a><br> + - <a href="roadmap.html">Roadmap</a><br> + - <a href="status.html">Status</a><br> + - <a href="help.html">Help</a><br> </li> <li>Why is it?<br> @@ -28,8 +28,8 @@ </ul> <b>Development</b> <ul> - <li><a href="design.html">Design</a></li> - <li><a href="code.html">Source walkthrough</a></li> + <li><a href="design.html">Design goals</a></li> + <li><a href="code.html">Source code walkthrough</a></li> <li><a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net">Mailing List</a> (<a href=http://news.gmane.org/gmane.linux.toybox>backup archive</a>)</li> <li>IRC #toybox on freenode.net</li> <li><a href=https://github.com/landley/toybox/commits/master.atom>Commit RSS feed</a></li> |