Skip to content

Commit 053210c

Browse files
authored
Fix probe-rs README links (#96)
1 parent 7d0eecd commit 053210c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ If you aren't using a debugger (or want to use other debugging configurations),
4040

4141
- flip-link - this allows you to detect stack-overflows on the first core, which is the only supported target for now.
4242

43-
- (by default) A [`probe-rs` installation](https://probe.rs/docs/getting-started/installation/)
43+
- (by default) A [`probe-rs` installation](https://probe.rs/docs/getting-started/installation)
4444

45-
- A [`probe-rs` compatible](https://probe.rs/docs/getting-started/probe-setup/) probe
45+
- A [`probe-rs` compatible](https://probe.rs/docs/getting-started/probe-setup) probe
4646

4747
You can use a second
4848
[Pico as a CMSIS-DAP debug probe](debug_probes.md#raspberry-pi-pico). Details
@@ -132,7 +132,7 @@ Some of the options for your `runner` are listed below:
132132

133133
* **`cargo embed`**
134134
This is basically a more configurable version of `probe-rs run`, our default runner.
135-
See [the `cargo-embed` tool docs page](https://probe.rs/docs/tools/cargo-embed/) for
135+
See [the `cargo-embed` tool docs page](https://probe.rs/docs/tools/cargo-embed) for
136136
more information.
137137

138138
*Step 1* - Install `cargo-embed`. This is part of the [`probe-rs`](https://crates.io/crates/probe-rs) tools:

0 commit comments

Comments
 (0)