diff --git a/book/en/src/preface.md b/book/en/src/preface.md index 1728062b67..4b53706514 100644 --- a/book/en/src/preface.md +++ b/book/en/src/preface.md @@ -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]. diff --git a/src/lib.rs b/src/lib.rs index 502cbc6a2c..959c9b7bc6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.