From 044876daf6146929ece10d39f78f7060a12b3e3e Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 13 Jul 2021 12:28:01 +0200 Subject: [PATCH] fix badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc927e1..02ebc4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Matrix Webhook -![Tests](https://github.com/nim65s/matrix-webhook/actions/workflows/test/badge.svg) -![Lints](https://github.com/nim65s/matrix-webhook/actions/workflows/lint/badge.svg) +[![Tests](https://github.com/nim65s/matrix-webhook/actions/workflows/test.yml/badge.svg)](https://github.com/nim65s/matrix-webhook/actions/workflows/test.yml) +[![Lints](https://github.com/nim65s/matrix-webhook/actions/workflows/lint.yml/badge.svg)](https://github.com/nim65s/matrix-webhook/actions/workflows/lint.yml) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![codecov](https://codecov.io/gh/nim65s/matrix-webhook/branch/master/graph/badge.svg?token=BLGISGCYKG)](https://codecov.io/gh/nim65s/matrix-webhook)