Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/trpl/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down