diff options
author | Rob Landley <rob@landley.net> | 2019-04-18 16:21:44 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-04-18 16:21:44 -0500 |
commit | f3df8b655a2fb25b4705a5dbf60754e722ac3355 (patch) | |
tree | 6ec394c5b7da4d33681236be8fb20e2d2de81632 /www | |
parent | 14056322189974b5f08b38c2e6e369e6daf317d8 (diff) | |
download | toybox-f3df8b655a2fb25b4705a5dbf60754e722ac3355.tar.gz |
Given dreamhost's tendency to repeatedly delete the mailing list
web archives, link to another web archive as a backup.
Diffstat (limited to 'www')
-rw-r--r-- | www/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/header.html b/www/header.html index 0d5baa90..e43574cc 100644 --- a/www/header.html +++ b/www/header.html @@ -32,6 +32,9 @@ <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></li> + <ul> + <li>(<a href="https://www.mail-archive.com/toybox@lists.landley.net">mirror</a>)</li> + </ul> <li>IRC #toybox on freenode.net</li> <li><a href=https://github.com/landley/toybox/commits/master.atom>Commit RSS feed</a></li> <li><a href="/notes.html">Maintainer's Blog</a></li> |