Skip to content

Commit b892b56

Browse files
committed
docs(README): update CI status badge
1 parent 51bde93 commit b892b56

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

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

3-
| Master CI | Build Status |
4-
|--------------|----------------------------------------------------------|
5-
| Windows | ![Windows builds][actions-windows-master] |
6-
| macOS | ![maOS builds][actions-macos-master] |
7-
| Linux Etc | ![Linux (etc) builds][actions-linux-master] |
3+
![Build Status][actions-default-branch]
84

95
*Rustup* installs [The Rust Programming Language][rustlang] from the official
106
release channels, enabling you to easily switch between stable, beta,
@@ -39,6 +35,4 @@ Licensed under either of
3935
at your option.
4036

4137
<!-- Badges -->
42-
[actions-windows-master]: https://github.com/rust-lang/rustup/workflows/Windows%20(master)/badge.svg
43-
[actions-macos-master]: https://github.com/rust-lang/rustup/workflows/macOS/badge.svg?branch=master
44-
[actions-linux-master]: https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg
38+
[actions-default-branch]: https://github.com/rust-lang/rustup/actions/workflows/ci.yaml/badge.svg

0 commit comments

Comments
 (0)