diff options
author | Cornelia Huck <cohuck@redhat.com> | 2022-08-03 11:02:50 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-08-04 13:44:21 +0200 |
commit | 9567fc1665b6649d2aff0184f68377a9e7c30dd9 (patch) | |
tree | c56fc8f072352e1b87bca43faf43941df44726ee /README.rst | |
parent | 2480f3bbd03814b0651a1f74959f5c6631ee5819 (diff) |
README.rst: fix link formatting
Make the links render correctly.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220803090250.136556-1-cohuck@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 23795b8377..21df79ef43 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Documentation can be found hosted online at current development version that is available at `<https://www.qemu.org/docs/master/>`_ is generated from the ``docs/`` folder in the source tree, and is built by `Sphinx -<https://www.sphinx-doc.org/en/master/>_`. +<https://www.sphinx-doc.org/en/master/>`_. Building @@ -78,7 +78,7 @@ format-patch' and/or 'git send-email' to format & send the mail to the qemu-devel@nongnu.org mailing list. All patches submitted must contain a 'Signed-off-by' line from the author. Patches should follow the guidelines set out in the `style section -<https://www.qemu.org/docs/master/devel/style.html>` of +<https://www.qemu.org/docs/master/devel/style.html>`_ of the Developers Guide. Additional information on submitting patches can be found online via |