diff options
| author | Ulf Lilleengen <[email protected]> | 2024-06-03 08:45:05 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-06-03 08:45:05 +0200 |
| commit | d2045be9f322be29fc3ac3240e11dd4a6b34e784 (patch) | |
| tree | d6decb00838bdc7b123a591af4b6df3549753713 /docs/pages | |
| parent | ecd7888ba937b74560d3a1975445441d7c07be17 (diff) | |
fix broken links to embassy book
Diffstat (limited to 'docs/pages')
| -rw-r--r-- | docs/pages/faq.adoc | 2 | ||||
| -rw-r--r-- | docs/pages/getting_started.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/faq.adoc b/docs/pages/faq.adoc index bb088dfb6..a2f56a539 100644 --- a/docs/pages/faq.adoc +++ b/docs/pages/faq.adoc | |||
| @@ -299,7 +299,7 @@ You can add a section to your `Cargo.toml` file like this, you'll need to patch | |||
| 299 | 299 | ||
| 300 | Using `patch` will replace all direct AND indirect dependencies. | 300 | Using `patch` will replace all direct AND indirect dependencies. |
| 301 | 301 | ||
| 302 | See the link:https://embassy.dev/book/dev/new_project.html#_cargo_toml[new project docs] for more details on this approach. | 302 | See the link:https://embassy.dev/book/#_starting_a_new_project[new project docs] for more details on this approach. |
| 303 | 303 | ||
| 304 | [source,toml] | 304 | [source,toml] |
| 305 | ---- | 305 | ---- |
diff --git a/docs/pages/getting_started.adoc b/docs/pages/getting_started.adoc index 465059922..77275a857 100644 --- a/docs/pages/getting_started.adoc +++ b/docs/pages/getting_started.adoc | |||
| @@ -131,7 +131,7 @@ If you’re using a raspberry pi pico-w, make sure you’re running `+cargo run | |||
| 131 | 131 | ||
| 132 | If you’re 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]. | 132 | If you’re 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]. |
| 133 | 133 | ||
| 134 | If you’re 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]. | 134 | If you’re 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]. |
| 135 | 135 | ||
| 136 | == What's next? | 136 | == What's next? |
| 137 | 137 | ||
