Skip to content

Commit 81b3ce7

Browse files
authored
it's a redirect (#2530)
1 parent d56f53d commit 81b3ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/tutorial-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ fn main() {
5050
Now, when we run `cargo build`, our bindings to `bzip2` are generated on the
5151
fly!
5252

53-
[There's more info about `build.rs` files in the crates.io documentation.][build-rs]
53+
[There's more info about `build.rs` files in the Cargo documentation.][build-rs]
5454

55-
[build-rs]: http://doc.crates.io/build-script.html
55+
[build-rs]: https://doc.rust-lang.org/cargo/reference/build-scripts.html

0 commit comments

Comments
 (0)