We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56f53d commit 81b3ce7Copy full SHA for 81b3ce7
book/src/tutorial-3.md
@@ -50,6 +50,6 @@ fn main() {
50
Now, when we run `cargo build`, our bindings to `bzip2` are generated on the
51
fly!
52
53
-[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]
54
55
-[build-rs]: http://doc.crates.io/build-script.html
+[build-rs]: https://doc.rust-lang.org/cargo/reference/build-scripts.html
0 commit comments