Message ID | 163456470882.196333.17366490695504718038.stgit@bahia.huguette (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | README: Fix some documentation URLs | expand |
Le 18/10/2021 à 15:45, Greg Kurz a écrit : > All of these pages live in the wiki, not in the main web site. > > Signed-off-by: Greg Kurz <groug@kaod.org> > --- > README.rst | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/README.rst b/README.rst > index 79b19f1481e1..23795b837740 100644 > --- a/README.rst > +++ b/README.rst > @@ -59,9 +59,9 @@ of other UNIX targets. The simple steps to build QEMU are: > > Additional information can also be found online via the QEMU website: > > -* `<https://qemu.org/Hosts/Linux>`_ > -* `<https://qemu.org/Hosts/Mac>`_ > -* `<https://qemu.org/Hosts/W32>`_ > +* `<https://wiki.qemu.org/Hosts/Linux>`_ > +* `<https://wiki.qemu.org/Hosts/Mac>`_ > +* `<https://wiki.qemu.org/Hosts/W32>`_ > > > Submitting patches > @@ -84,8 +84,8 @@ the Developers Guide. > Additional information on submitting patches can be found online via > the QEMU website > > -* `<https://qemu.org/Contribute/SubmitAPatch>`_ > -* `<https://qemu.org/Contribute/TrivialPatches>`_ > +* `<https://wiki.qemu.org/Contribute/SubmitAPatch>`_ > +* `<https://wiki.qemu.org/Contribute/TrivialPatches>`_ > > The QEMU website is also maintained under source control. > > @@ -144,7 +144,7 @@ reported via GitLab. > > For additional information on bug reporting consult: > > -* `<https://qemu.org/Contribute/ReportABug>`_ > +* `<https://wiki.qemu.org/Contribute/ReportABug>`_ > > > ChangeLog > @@ -168,4 +168,4 @@ main methods being email and IRC > Information on additional methods of contacting the community can be > found online via the QEMU website: > > -* `<https://qemu.org/Contribute/StartHere>`_ > +* `<https://wiki.qemu.org/Contribute/StartHere>`_ > > > Reviewed-by: Laurent Vivier <laurent@vivier.eu> Tested-by: Laurent Vivier <laurent@vivier.eu>
Le 18/10/2021 à 15:45, Greg Kurz a écrit : > All of these pages live in the wiki, not in the main web site. > > Signed-off-by: Greg Kurz <groug@kaod.org> > --- > README.rst | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/README.rst b/README.rst > index 79b19f1481e1..23795b837740 100644 > --- a/README.rst > +++ b/README.rst > @@ -59,9 +59,9 @@ of other UNIX targets. The simple steps to build QEMU are: > > Additional information can also be found online via the QEMU website: > > -* `<https://qemu.org/Hosts/Linux>`_ > -* `<https://qemu.org/Hosts/Mac>`_ > -* `<https://qemu.org/Hosts/W32>`_ > +* `<https://wiki.qemu.org/Hosts/Linux>`_ > +* `<https://wiki.qemu.org/Hosts/Mac>`_ > +* `<https://wiki.qemu.org/Hosts/W32>`_ > > > Submitting patches > @@ -84,8 +84,8 @@ the Developers Guide. > Additional information on submitting patches can be found online via > the QEMU website > > -* `<https://qemu.org/Contribute/SubmitAPatch>`_ > -* `<https://qemu.org/Contribute/TrivialPatches>`_ > +* `<https://wiki.qemu.org/Contribute/SubmitAPatch>`_ > +* `<https://wiki.qemu.org/Contribute/TrivialPatches>`_ > > The QEMU website is also maintained under source control. > > @@ -144,7 +144,7 @@ reported via GitLab. > > For additional information on bug reporting consult: > > -* `<https://qemu.org/Contribute/ReportABug>`_ > +* `<https://wiki.qemu.org/Contribute/ReportABug>`_ > > > ChangeLog > @@ -168,4 +168,4 @@ main methods being email and IRC > Information on additional methods of contacting the community can be > found online via the QEMU website: > > -* `<https://qemu.org/Contribute/StartHere>`_ > +* `<https://wiki.qemu.org/Contribute/StartHere>`_ > > > Applied to my trivial-patches branch. Thanks, Laurent
diff --git a/README.rst b/README.rst index 79b19f1481e1..23795b837740 100644 --- a/README.rst +++ b/README.rst @@ -59,9 +59,9 @@ of other UNIX targets. The simple steps to build QEMU are: Additional information can also be found online via the QEMU website: -* `<https://qemu.org/Hosts/Linux>`_ -* `<https://qemu.org/Hosts/Mac>`_ -* `<https://qemu.org/Hosts/W32>`_ +* `<https://wiki.qemu.org/Hosts/Linux>`_ +* `<https://wiki.qemu.org/Hosts/Mac>`_ +* `<https://wiki.qemu.org/Hosts/W32>`_ Submitting patches @@ -84,8 +84,8 @@ the Developers Guide. Additional information on submitting patches can be found online via the QEMU website -* `<https://qemu.org/Contribute/SubmitAPatch>`_ -* `<https://qemu.org/Contribute/TrivialPatches>`_ +* `<https://wiki.qemu.org/Contribute/SubmitAPatch>`_ +* `<https://wiki.qemu.org/Contribute/TrivialPatches>`_ The QEMU website is also maintained under source control. @@ -144,7 +144,7 @@ reported via GitLab. For additional information on bug reporting consult: -* `<https://qemu.org/Contribute/ReportABug>`_ +* `<https://wiki.qemu.org/Contribute/ReportABug>`_ ChangeLog @@ -168,4 +168,4 @@ main methods being email and IRC Information on additional methods of contacting the community can be found online via the QEMU website: -* `<https://qemu.org/Contribute/StartHere>`_ +* `<https://wiki.qemu.org/Contribute/StartHere>`_
All of these pages live in the wiki, not in the main web site. Signed-off-by: Greg Kurz <groug@kaod.org> --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)