diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-11-14 18:19:57 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-11-14 18:19:57 -0500 |
| commit | 73d5fa31c224aaedfac5c3d81b3013fc6e45619b (patch) | |
| tree | 930467182ae3b83da36a575ee1254617049365a3 /book/en/src/by-example | |
| parent | 6b0a2df41c024fa8e7da07f3b42a80f19840432e (diff) | |
remove references to 'beta' from the docs
Diffstat (limited to 'book/en/src/by-example')
| -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 4f132e7..e4f7fd9 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-rtfm` crate. ``` console $ curl \ - -L https://github.com/rtfm-rs/cortex-m-rtfm/raw/v0.5.0-beta.1/examples/init.rs \ + -L https://github.com/rtfm-rs/cortex-m-rtfm/raw/v0.5.0/examples/init.rs \ > src/main.rs ``` |
