Skip to content

Commit 967dcdb

Browse files
committed
Linkify the MSRV and CI badges
1 parent fe18768 commit 967dcdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![crate](https://img.shields.io/crates/v/num-integer.svg)](https://crates.io/crates/num-integer)
44
[![documentation](https://docs.rs/num-integer/badge.svg)](https://docs.rs/num-integer)
5-
![minimum rustc 1.8](https://img.shields.io/badge/rustc-1.8+-red.svg)
6-
![build status](https://github.com/rust-num/num-integer/workflows/master/badge.svg)
5+
[![minimum rustc 1.8](https://img.shields.io/badge/rustc-1.8+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
6+
[![build status](https://github.com/rust-num/num-integer/workflows/master/badge.svg)](https://github.com/rust-num/num-integer/actions)
77

88
`Integer` trait and functions for Rust.
99

0 commit comments

Comments
 (0)