Skip to content

Commit

Permalink
it's a redirect (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jun 10, 2023
1 parent d56f53d commit 81b3ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/tutorial-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 81b3ce7

Please sign in to comment.