diff --git a/contributing/core/developing.md b/contributing/core/developing.md index 40ca5293437b2..f9d3b5a55bd94 100644 --- a/contributing/core/developing.md +++ b/contributing/core/developing.md @@ -6,7 +6,7 @@ To develop locally: -1. Install [Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation) +1. Install Rust and Cargo via [rustup](https://rustup.rs). 1. Install the [GitHub CLI](https://github.com/cli/cli#installation). 1. Clone the Next.js repository (download only recent commits for faster clone): ```