aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-15 06:55:05 +0000
committerGitHub <noreply@github.com>2020-07-15 06:55:05 +0000
commit027b11f6b4e5ca4d791d144f02738384331b7b58 (patch)
tree93c51163f23e730e2a087d66db55e8b60f6314f8 /book
parent42f99840c4dc24f9d897c74375191f3972d9f357 (diff)
parent0616435ba6c653d49460617153af124b8c1948a9 (diff)
Merge #343
343: Updated URL for example 'init.rs' file r=AfoHT a=regexident (the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later) Co-authored-by: Vincent Esche <regexident@gmail.com>
Diffstat (limited to 'book')
-rw-r--r--book/en/src/by-example/new.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/new.md b/book/en/src/by-example/new.md
index c0482b0..abcc36d 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
```