aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-15 00:28:33 +0000
committerGitHub <noreply@github.com>2019-11-15 00:28:33 +0000
commit725d5e1aa9d0276783765dcabe5430f03ea13dd5 (patch)
tree476446813e3b20e659fcaf83a7f63397f98d36fc /book/en/src/by-example
parentdc8115b5abc3f3de8aaa666ef770a27680e03842 (diff)
parent73d5fa31c224aaedfac5c3d81b3013fc6e45619b (diff)
Merge #274
274: remove references to 'beta' from the docs r=perlindgren a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'book/en/src/by-example')
-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
```