[libvirt PATCH] Convert all remaining Markdown files to reStructuredText
Andrea Bolognani
abologna at redhat.com
Tue Apr 14 13:15:35 UTC 2020
On Tue, 2020-04-14 at 13:52 +0200, Andrea Bolognani wrote:
> +++ b/README.rst
> @@ -1,6 +1,9 @@
> -[](https://travis-ci.org/libvirt/libvirt)
> - [](https://bestpractices.coreinfrastructure.org/projects/355)
> +.. image:: https://travis-ci.org/libvirt/libvirt.svg
> + :alt: Travis CI Build Status
> +.. image:: https://bestpractices.coreinfrastructure.org/projects/355/badge
> + :alt: CII Best Practices
The fact that the badges are clickable got lost in translation.
Consider the diff below to be squashed in.
diff --git a/README.rst b/README.rst
index 663fba4510..080352ac77 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,8 @@
.. image:: https://travis-ci.org/libvirt/libvirt.svg
+ :target: https://travis-ci.org/libvirt/libvirt
:alt: Travis CI Build Status
.. image:: https://bestpractices.coreinfrastructure.org/projects/355/badge
+ :target: https://bestpractices.coreinfrastructure.org/projects/355
:alt: CII Best Practices
==============================
--
Andrea Bolognani / Red Hat / Virtualization
More information about the libvir-list
mailing list