From cd0d876b92bf54d9ae14775dd4f743912981e83a Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Sun, 16 Jul 2023 20:25:32 -0700 Subject: [PATCH] Update cargo-embed links --- microbit/src/03-setup/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microbit/src/03-setup/README.md b/microbit/src/03-setup/README.md index a860e5ab6..14a468504 100644 --- a/microbit/src/03-setup/README.md +++ b/microbit/src/03-setup/README.md @@ -32,7 +32,7 @@ should work but we have listed the version we have tested. - [`cargo-embed`]. Version 0.18.0 or newer. -[`cargo-embed`]: https://github.com/probe-rs/cargo-embed +[`cargo-embed`]: https://probe.rs/docs/tools/cargo-embed/ - `minicom` on Linux and macOS. Tested version: 2.7.1. Other versions will most likely work as well though @@ -66,7 +66,7 @@ cargo-size 0.3.3 ### `cargo-embed` -In order to install cargo-embed, first install its [prerequisites](https://github.com/probe-rs/probe-rs/blob/master/cargo-embed/README.md#prerequisites). Then install it with cargo: +In order to install cargo-embed, first install its [prerequisites](https://probe.rs/docs/getting-started/installation/) (note: these instructions are part of the more general [`probe-rs`](https://probe.rs/) embedded debugging toolkit). Then install it with cargo: ```console $ cargo install cargo-embed --vers 0.18.0