From 30ffed0792875ebbf98d361bc01fa62cf96f404a Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Wed, 6 Jul 2022 09:32:29 +0200 Subject: [PATCH] Use full link for license badge So it will work on NPM too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eedc97d7..45a6ddb4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # concurrently [![Latest Release](https://img.shields.io/github/v/release/open-cli-tools/concurrently?label=Release)](https://github.com/open-cli-tools/concurrently/releases) -[![License](https://img.shields.io/github/license/open-cli-tools/concurrently?label=License)](./LICENSE) +[![License](https://img.shields.io/github/license/open-cli-tools/concurrently?label=License)](https://github.com/open-cli-tools/concurrently/blob/main/LICENSE) [![Weekly Downloads on NPM](https://img.shields.io/npm/dw/concurrently?label=Downloads&logo=npm)](https://www.npmjs.com/package/concurrently) [![CI Status](https://img.shields.io/github/workflow/status/open-cli-tools/concurrently/CI?label=CI&logo=github)](https://github.com/open-cli-tools/concurrently/actions/workflows/ci.yml) [![Coverage Status](https://img.shields.io/coveralls/github/open-cli-tools/concurrently/main?label=Coverage&logo=coveralls)](https://coveralls.io/github/open-cli-tools/concurrently?branch=main)