From dee70a647549023cd872506454da83909ad2d633 Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Fri, 27 Jan 2023 00:59:34 +0100 Subject: [PATCH 1/2] Add conan badge --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index f078af7..9a2b321 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,6 +15,7 @@ bandit [![Issues](https://img.shields.io/github/issues/banditcpp/bandit.svg)](https://github.com/banditcpp/bandit/issues) [![Pull Requests](https://img.shields.io/github/issues-pr/banditcpp/bandit.svg)](https://github.com/banditcpp/bandit/pulls) [![freenode](https://img.shields.io/badge/chat-%20on%20freenode-brightgreen.svg)](//webchat.freenode.net/?channels=%23banditcpp) +[![Conan Center](https://shields.io/conan/v/bandit)](https://conan.io/center/bandit) Human-friendly unit testing for C++11 From 21f179105720a0e8644d3b484ecef5c6af436882 Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Sat, 5 Aug 2023 02:11:57 +0200 Subject: [PATCH 2/2] Update link to conan center --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9a2b321..08b1497 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ bandit [![Issues](https://img.shields.io/github/issues/banditcpp/bandit.svg)](https://github.com/banditcpp/bandit/issues) [![Pull Requests](https://img.shields.io/github/issues-pr/banditcpp/bandit.svg)](https://github.com/banditcpp/bandit/pulls) [![freenode](https://img.shields.io/badge/chat-%20on%20freenode-brightgreen.svg)](//webchat.freenode.net/?channels=%23banditcpp) -[![Conan Center](https://shields.io/conan/v/bandit)](https://conan.io/center/bandit) +[![Conan Center](https://shields.io/conan/v/bandit)](https://conan.io/center/recipes/bandit) Human-friendly unit testing for C++11