diff --git a/README.md b/README.md index 2ff16818b5..484bf7362a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Rust Programming Language -![Build Status](https://github.com/rust-lang/book/workflows/CI/badge.svg) +[![Build Status](https://github.com/rust-lang/book/actions/workflows/main.yml/badge.svg)](https://github.com/rust-lang/book/actions/workflows/main.yml) This repository contains the source of "The Rust Programming Language" book. diff --git a/packages/trpl/README.md b/packages/trpl/README.md index 3e97ac9b3b..c23f78f92e 100644 --- a/packages/trpl/README.md +++ b/packages/trpl/README.md @@ -1,6 +1,6 @@ # The Rust Programming Language Book Crate -![Build Status](https://github.com/chriskrycho/trpl-crate/workflows/CI/badge.svg) +[![Build Status](https://github.com/rust-lang/book/actions/workflows/main.yml/badge.svg)](https://github.com/rust-lang/book/actions/workflows/main.yml) This repository is the home of the `trpl` crate used in _The Rust Programming Language_ book materials.