diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | book/en/src/preface.md | 5 |
3 files changed, 7 insertions, 4 deletions
@@ -5,7 +5,7 @@ authors = [ ] categories = ["concurrency", "embedded", "no-std"] description = "Real Time For the Masses (RTFM): a concurrency framework for building real time systems" -documentation = "https://rtfm-rs.github.io/cortex-m-rtfm/book/en" +documentation = "https://rtfm.rs/" edition = "2018" keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" @@ -43,9 +43,9 @@ A concurrency framework for building real time systems. - Applications must be written using the 2018 edition. -## [User documentation](https://japaric.github.io/rtfm5/book/en) +## [User documentation](https://rtfm.rs) -## [API reference](https://japaric.github.io/rtfm5/api/rtfm/index.html) +## [API reference](https://rtfm.rs/api/rtfm/index.html) ## Acknowledgments diff --git a/book/en/src/preface.md b/book/en/src/preface.md index 15aaea5..1728062 100644 --- a/book/en/src/preface.md +++ b/book/en/src/preface.md @@ -11,7 +11,10 @@ There is a translation of this book in [Russian]. [Russian]: ../ru/index.html -**HEADS UP** This is an **alpha** pre-release; there may be breaking changes in +This is the documentation of v0.5.x of RTFM; for the documentation of version +v0.4.x go [here](../../0.4/book/en). + +**HEADS UP** This is a **beta** pre-release; there may be breaking changes in the API and semantics before a proper release is made. {{#include ../../../README.md:5:44}} |
