
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