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`