mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +01:00
Updated links in README for rtfm.rs
This commit is contained in:
parent
c14f7d1ce9
commit
f787d82d92
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ authors = [
|
||||||
]
|
]
|
||||||
categories = ["concurrency", "embedded", "no-std"]
|
categories = ["concurrency", "embedded", "no-std"]
|
||||||
description = "Real Time For the Masses (RTFM): a concurrency framework for building real time systems"
|
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"
|
edition = "2018"
|
||||||
keywords = ["arm", "cortex-m"]
|
keywords = ["arm", "cortex-m"]
|
||||||
license = "MIT OR Apache-2.0"
|
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.
|
- 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
|
## Acknowledgments
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue