diff options
author | 2021-07-30 12:44:35 +0200 | |
---|---|---|
committer | 2021-07-30 12:44:35 +0200 | |
commit | f6f61f95a69786458a4fd06aa7fa33256b9e4603 (patch) | |
tree | e50e24c3eb805c2f3e312ae71b6725f144b422e9 | |
parent | ae7b444f3d7e4a41f45aea47be3f14180028f36b (diff) | |
download | rtic-f6f61f95a69786458a4fd06aa7fa33256b9e4603.tar.gz rtic-f6f61f95a69786458a4fd06aa7fa33256b9e4603.tar.zst rtic-f6f61f95a69786458a4fd06aa7fa33256b9e4603.zip |
book: Properly update the note with a link
-rw-r--r-- | book/en/src/by-example/app.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/en/src/by-example/app.md b/book/en/src/by-example/app.md index e8e1d7a6..5fd1c250 100644 --- a/book/en/src/by-example/app.md +++ b/book/en/src/by-example/app.md @@ -57,6 +57,7 @@ $ cargo run --example init > triple to cargo (e.g `cargo run --example init --target thumbv7m-none-eabi`) or > configure a device to be used by default when building the examples in `.cargo/config.toml`. > In this case, we use a Cortex M3 emulated in QEMU so the target is `thumbv7m-none-eabi`. +> See [`Starting a new project`](./new.md) for more info. ## `idle` |