From 0616435ba6c653d49460617153af124b8c1948a9 Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Tue, 14 Jul 2020 16:26:03 +0200 Subject: [PATCH] Updated URL for example 'init.rs' file (the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later) --- book/en/src/by-example/new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en/src/by-example/new.md b/book/en/src/by-example/new.md index c0482b09ad..abcc36de89 100644 --- a/book/en/src/by-example/new.md +++ b/book/en/src/by-example/new.md @@ -48,7 +48,7 @@ Here I'll use the `init` example from the `cortex-m-rtic` crate. ``` console $ curl \ - -L https://github.com/rtic-rs/cortex-m-rtic/raw/v0.5.0/examples/init.rs \ + -L https://github.com/rtic-rs/cortex-m-rtic/raw/v0.5.3/examples/init.rs \ > src/main.rs ```