Skip to content

Commit 63790ff

Browse files
committed
Fix badge URLs
1 parent c7ec86e commit 63790ff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Clippy
22

3-
[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test%20(merge%20queue)/badge.svg?branch=auto&event=push)](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test+(bors)%22+event%3Apush+branch%3Aauto)
3+
[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test%20(merge%20queue)/badge.svg)]
4+
(https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test+(merge+queue)%22)
45
[![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](#license)
56

67
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.

book/src/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Clippy
22

3-
[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test%20(bors)/badge.svg?branch=auto&event=push)](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test+(merge+queue)%22+event%3Apush+branch%3Aauto)
3+
[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test%20(merge%20queue)/badge.svg)]
4+
(https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test+(merge+queue)%22)
45
[![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](https://github.com/rust-lang/rust-clippy#license)
56

67
A collection of lints to catch common mistakes and improve your

0 commit comments

Comments
 (0)