Move documentation links into the index so they're more visible.
This commit is contained in:
parent
af12cb39d1
commit
cddba6c61f
@ -1,26 +0,0 @@
|
||||
<!--#include file="header.html" -->
|
||||
|
||||
|
||||
<h3>Documentation</h3>
|
||||
Current documentation for BusyBox includes:
|
||||
|
||||
<ul>
|
||||
<li><a href="/FAQ.html">FAQ</a> Frequently Asked Questions, including
|
||||
how to configure, build, use, extend, and optimize busybox.</li>
|
||||
|
||||
<li><a href="downloads/BusyBox.html">BusyBox.html</a>. This is a
|
||||
list of the all the available commands in BusyBox
|
||||
with complete usage information and examples of how
|
||||
to use each app.</li>
|
||||
|
||||
<li><a href="downloads/README">README</a>. This is
|
||||
the README file included in the busybox source
|
||||
release.</li>
|
||||
|
||||
<li>If you need more help, the BusyBox <a href=
|
||||
"lists/busybox/">mailing list</a> is a good place to
|
||||
start.</li>
|
||||
</ul>
|
||||
|
||||
<!--#include file="footer.html" -->
|
||||
|
@ -45,7 +45,8 @@
|
||||
<td valign="TOP">
|
||||
<br><a href="/news.html">Latest News</a>
|
||||
<br><a href="/about.html">About</a>
|
||||
<br><a href="/docs.html">Documentation</a>
|
||||
<br>Documentation:
|
||||
<ul><li><a href="/FAQ.html">FAQ</a></li><li><a href="downloads/BusyBox.html>Manual</a></li><li><a href="downloads/README">README</a></li></ul>
|
||||
<br><a href="/download.html">Download</a>
|
||||
<br><a href="/screenshot.html">Screenshot</a>
|
||||
<br><a href="/lists.html">Mailing Lists</a>
|
||||
|
Loading…
Reference in New Issue
Block a user