diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-01-08 17:16:24 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-08 17:16:24 +0100 |
commit | 1a2494d63bc12dc50e80ad0d768cea2257c047f2 (patch) | |
tree | 85b74d429d98025b8be60c2e6cf4761b8422896c /docs/docs.html | |
parent | e580ce84f92e19646686901501b02f9337c50452 (diff) | |
download | buildroot-1a2494d63bc12dc50e80ad0d768cea2257c047f2.tar.gz buildroot-1a2494d63bc12dc50e80ad0d768cea2257c047f2.zip |
docs.html: add links to nightly build of manual as well
The html/pdf/text version of the manual is regenerated from current
git head every 6 hours.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/docs.html')
-rw-r--r-- | docs/docs.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/docs.html b/docs/docs.html index 1393498922..bd8753cd59 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -6,12 +6,20 @@ wish to understand how Buildroot works, or wish to change/extend/fix things. It is available as:</p> +<h4>Latest stable release</h4> <ul> <li><a href="/downloads/manual/manual.html">Online HTML</a></li> <li><a href="/downloads/manual/manual.pdf">PDF document</a></li> <li><a href="/downloads/manual/manual.text">ASCII text</a></li> </ul> +<h4>Nightly build</h4> +<ul> + <li><a href="http://nightly.buildroot.org/manual.html">Online HTML</a></li> + <li><a href="http://nightly.buildroot.org/manual.pdf">PDF document</a></li> + <li><a href="http://nightly.buildroot.org/manual.text">ASCII text</a></li> +</ul> + <p>If you find any errors (factual, grammatical, whatever) please report them to us.</p> |