fix broken links to embassy book

This commit is contained in:
Ulf Lilleengen 2024-06-03 08:45:05 +02:00
parent ecd7888ba9
commit d2045be9f3
11 changed files with 11 additions and 11 deletions

View file

@ -299,7 +299,7 @@ You can add a section to your `Cargo.toml` file like this, you'll need to patch
Using `patch` will replace all direct AND indirect dependencies.
See the link:https://embassy.dev/book/dev/new_project.html#_cargo_toml[new project docs] for more details on this approach.
See the link:https://embassy.dev/book/#_starting_a_new_project[new project docs] for more details on this approach.
[source,toml]
----

View file

@ -131,7 +131,7 @@ If youre using a raspberry pi pico-w, make sure youre running `+cargo run
If youre using an rp2040 debug probe (e.g. the pico probe) and are having issues after running `probe-rs info`, unplug and reconnect the probe, letting it power cycle. Running `probe-rs info` is link:https://github.com/probe-rs/probe-rs/issues/1849[known to put the pico probe into an unusable state].
If youre still having problems, check the link:https://embassy.dev/book/dev/faq.html[FAQ], or ask for help in the link:https://matrix.to/#/#embassy-rs:matrix.org[Embassy Chat Room].
If youre still having problems, check the link:https://embassy.dev/book/#_frequently_asked_questions[FAQ], or ask for help in the link:https://matrix.to/#/#embassy-rs:matrix.org[Embassy Chat Room].
== What's next?