From f6f61f95a69786458a4fd06aa7fa33256b9e4603 Mon Sep 17 00:00:00 2001 From: CuriouslyCurious Date: Fri, 30 Jul 2021 12:44:35 +0200 Subject: [PATCH] book: Properly update the note with a link --- book/en/src/by-example/app.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/en/src/by-example/app.md b/book/en/src/by-example/app.md index e8e1d7a62e..5fd1c25051 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`