diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-30 22:39:13 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-30 22:39:13 +0200 |
commit | 37297183507a4b43c3a15e9c078d2c760898a2c9 (patch) | |
tree | c07858ba24a90bd6abf296dd131d912200c04adb /docs | |
parent | ffc4afe084a76e7246bd373c73b706f512a86c2b (diff) | |
download | buildroot-novena-37297183507a4b43c3a15e9c078d2c760898a2c9.tar.gz buildroot-novena-37297183507a4b43c3a15e9c078d2c760898a2c9.zip |
docs/docs.html: Point users to html asciidoc documentation
Rather than the outdated buildroot.html. The asciidoc documentation is
still not autogenerated from git, instead a static snapshot is made per
release (like we did for /downloads/buildroot.html).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/docs.html b/docs/docs.html index 851d1d28c..65eaff1c4 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -2,15 +2,10 @@ <h3>Documentation</h3> -<p>Our document "Buildroot usage and documentation" is where you want -to start reading if you wish to understand how Buildroot work, or wish -to change/extend/fix things. If you find any errors (factual, -grammatical, whatever) please report them. Choose between:</p> - -<ul> - <li><a href="/downloads/buildroot.html">Latest stable release</a></li> - <li><a href="buildroot.html">GIT head revision</a></li> -</ul> +<p>The <a href="/downloads/manual/manual.html">Buildroot user manual</a> +is where you want to start reading if you wish to understand how +Buildroot works, or wish to change/extend/fix things. If you find any +errors (factual, grammatical, whatever) please report them to us.</p> <p>If you find that you need help with Buildroot, you can ask for help:</p> |