On 08/11/2019 11.54, Stefan Hajnoczi wrote: > Link to the documentation built from qemu.git/master once a day. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > v3: > * Use a qemu.org URL, not a wiki.qemu.org URL [danpb] > v2: > * This revision was broken - please ignore! :) > --- > documentation.md | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/documentation.md b/documentation.md > index f4ef9f4..5198e02 100644 > --- a/documentation.md > +++ b/documentation.md > @@ -3,6 +3,8 @@ title: QEMU documentation > permalink: /documentation/ > --- > > +The latest development version documentation is available > [here](https://qemu.org/docs/master/index.html). > + > The [QEMU user manual](https://qemu.weilnetz.de/qemu-doc.html) can be read > online, courtesy of Stefan Weil.
I assume your generated docs will also contain the qemu-doc.html for the users? Should we then remove the link to weilnetz here? > More documentation is found in the <a > href="https://git.qemu.org/?p=qemu.git;a=tree;f=docs;hb=master">`docs`</a> > directory of the QEMU git tree. Do we still need the link to the docs folder in the git repo after your changes? Thomas