From 690ab42aa45cbb03aa1c0a0735ae4a029ee7c71e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 13 Jun 2020 22:40:10 -0700 Subject: [PATCH] New style of readme badges --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 187f790..b6046a2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ `-lstdc++` or `-lc++` ===================== -[![Build Status](https://img.shields.io/github/workflow/status/dtolnay/link-cplusplus/CI/master)](https://github.com/dtolnay/link-cplusplus/actions?query=branch%3Amaster) -[![Latest Version](https://img.shields.io/crates/v/link-cplusplus.svg)](https://crates.io/crates/link-cplusplus) -[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/link-cplusplus) +[github](https://github.com/dtolnay/link-cplusplus) +[crates.io](https://crates.io/crates/link-cplusplus) +[docs.rs](https://docs.rs/link-cplusplus) +[build status](https://github.com/dtolnay/link-cplusplus/actions?query=branch%3Amaster) This crate exists for the purpose of passing `-lstdc++` or `-lc++` to the linker, while making it possible for an application to make that choice on