Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cargo-embed links #535

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions microbit/src/03-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading