diff options
| author | Vincent Esche <regexident@gmail.com> | 2020-07-14 16:26:03 +0200 |
|---|---|---|
| committer | Vincent Esche <regexident@gmail.com> | 2020-07-14 16:26:03 +0200 |
| commit | 0616435ba6c653d49460617153af124b8c1948a9 (patch) | |
| tree | 01a0c2935d12a31cfaa41cc26ac92c5d02a76534 /book/en/src/by-example/new.md | |
| parent | bfb498e722dbe68c00ea8aab73d910561bab257c (diff) | |
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)
Diffstat (limited to 'book/en/src/by-example/new.md')
| -rw-r--r-- | book/en/src/by-example/new.md | 2 |
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 ``` |
