aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-04-21 20:52:16 +0200
committerJorge Aparicio <jorge@japaric.io>2019-05-01 20:49:25 +0200
commitf30743f52a1283743d0f5e259136f82588fc6bb2 (patch)
tree209df6054ccb684ed96fdc1f61ca17ad325fa1b3 /README.md
parent4a7dc22259865ec69eb93c4be4aa852e0f27d3fa (diff)
push docs to another repo & update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b8cbd00..db23d2b 100644
--- a/README.md
+++ b/README.md
@@ -41,13 +41,13 @@ A concurrency framework for building real time systems.
## Requirements
-- Rust 1.31.0+
+- Rust 1.36.0+
- Applications must be written using the 2018 edition.
-## [User documentation](https://japaric.github.io/cortex-m-rtfm/book/en)
+## [User documentation](https://japaric.github.io/rtfm5/book/en)
-## [API reference](https://japaric.github.io/cortex-m-rtfm/api/rtfm/index.html)
+## [API reference](https://japaric.github.io/rtfm5/api/rtfm/index.html)
## Acknowledgments