diff --git a/src/ch1_02_software.md b/src/ch1_02_software.md index 9d4dbb05d47878e7fee2aa550242fe11d9210176..091574b385b554e7b5af67e09cd1d879292018d1 100644 --- a/src/ch1_02_software.md +++ b/src/ch1_02_software.md @@ -77,7 +77,7 @@ The package manager for Rust Taking care of dependencies, compilation and many other things. -For more information see the [rust documentation](https://doc.rust-lang.org/cargo/). +For more information see the [cargo documentation](https://doc.rust-lang.org/cargo/). #### Cargo-binutils