aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/new.md
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-11-14 18:19:57 -0500
committerJorge Aparicio <jorge@japaric.io>2019-11-14 18:19:57 -0500
commit73d5fa31c224aaedfac5c3d81b3013fc6e45619b (patch)
tree930467182ae3b83da36a575ee1254617049365a3 /book/en/src/by-example/new.md
parent6b0a2df41c024fa8e7da07f3b42a80f19840432e (diff)
remove references to 'beta' from the docs
Diffstat (limited to 'book/en/src/by-example/new.md')
-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 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
```