From 81b3ce74dfbcf0656965c3ece3bb4fb7266c95d1 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 10 Jun 2023 19:34:18 +0200 Subject: [PATCH] it's a redirect (#2530) --- book/src/tutorial-3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/tutorial-3.md b/book/src/tutorial-3.md index 7a42bf16ee..599ece2708 100644 --- a/book/src/tutorial-3.md +++ b/book/src/tutorial-3.md @@ -50,6 +50,6 @@ fn main() { Now, when we run `cargo build`, our bindings to `bzip2` are generated on the fly! -[There's more info about `build.rs` files in the crates.io documentation.][build-rs] +[There's more info about `build.rs` files in the Cargo documentation.][build-rs] -[build-rs]: http://doc.crates.io/build-script.html +[build-rs]: https://doc.rust-lang.org/cargo/reference/build-scripts.html