mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #241
241: One more place links updated r=japaric a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
This commit is contained in:
commit
f1a9d0bb29
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# Preface
|
||||
|
||||
This book contains user level documentation for the Real Time For the Masses
|
||||
(RTFM) framework. The API reference can be found [here](../api/rtfm/index.html).
|
||||
(RTFM) framework. The API reference can be found [here](../../api/rtfm/index.html).
|
||||
|
||||
There is a translation of this book in [Russian].
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
//!
|
||||
//! The user level documentation can be found [here].
|
||||
//!
|
||||
//! [here]: https://japaric.github.io/rtfm5/book/en/
|
||||
//! [here]: https://rtfm.rs
|
||||
//!
|
||||
//! Don't forget to check the documentation of the `#[app]` attribute (listed under the reexports
|
||||
//! section), which is the main component of the framework.
|
||||
|
|
Loading…
Reference in a new issue