Skip to content

Commit add1325

Browse files
committed
docs(README): link CI status badge to GitHub Actions panel
1 parent 8a33ea3 commit add1325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rustup: the Rust toolchain installer
22

3-
![Build Status][actions-default-branch]
3+
[![Build Status][actions-default-branch]][actions-default-branch-status]
44

55
*Rustup* installs [The Rust Programming Language][rustlang] from the official
66
release channels, enabling you to easily switch between stable, beta,
@@ -36,3 +36,4 @@ at your option.
3636

3737
<!-- Badges -->
3838
[actions-default-branch]: https://github.com/rust-lang/rustup/actions/workflows/ci.yaml/badge.svg
39+
[actions-default-branch-status]: https://github.com/rust-lang/rustup/actions?query=branch%3Amaster

0 commit comments

Comments
 (0)