fix some links

This commit is contained in:
Jorge Aparicio 2018-11-03 19:29:44 +01:00
parent a7d8084aee
commit c27efea6b7
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ behave the way you expect please open [an issue]!
- Applications must be written using the 2018 edition. - Applications must be written using the 2018 edition.
## [User documentation](https://japaric.github.io/cortex-m-rtfm/book/index.html) ## [User documentation](https://japaric.github.io/cortex-m-rtfm/book/)
## [API reference](https://japaric.github.io/cortex-m-rtfm/api/rtfm/index.html) ## [API reference](https://japaric.github.io/cortex-m-rtfm/api/rtfm/index.html)

View file

@ -7,7 +7,7 @@
//! //!
//! The user level documentation can be found [here]. //! The user level documentation can be found [here].
//! //!
//! [here]: ../../book/index.html //! [here]: ../../book/
//! //!
//! Don't forget to check the documentation of the [`#[app]`] attribute, which is the main component //! Don't forget to check the documentation of the [`#[app]`] attribute, which is the main component
//! of the framework. //! of the framework.