We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a33ea3 commit add1325Copy full SHA for add1325
README.md
@@ -1,6 +1,6 @@
1
# Rustup: the Rust toolchain installer
2
3
-![Build Status][actions-default-branch]
+[![Build Status][actions-default-branch]][actions-default-branch-status]
4
5
*Rustup* installs [The Rust Programming Language][rustlang] from the official
6
release channels, enabling you to easily switch between stable, beta,
@@ -36,3 +36,4 @@ at your option.
36
37
<!-- Badges -->
38
[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