From 92ce387d76c0625d40982f454fb676a82bd66345 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 21 Feb 2020 13:22:59 +0100 Subject: [PATCH] Fix links of status badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5fcc58..a7d73e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![Test extensions](https://github.com/mlocati/docker-php-extension-installer/workflows/Test%20extensions/badge.svg) -![Test recent](https://github.com/mlocati/docker-php-extension-installer/workflows/Test%20recent/badge.svg) +[![Test extensions](https://github.com/mlocati/docker-php-extension-installer/workflows/Test%20extensions/badge.svg)](https://github.com/mlocati/docker-php-extension-installer/actions?query=workflow%3A%22Test+extensions%22) +[![Test recent](https://github.com/mlocati/docker-php-extension-installer/workflows/Test%20recent/badge.svg)](https://github.com/mlocati/docker-php-extension-installer/actions?query=workflow%3A%22Test+recent%22) # Easy installation of PHP extensions in official PHP Docker images