diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-11-03 19:29:44 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-11-03 19:29:44 +0100 |
| commit | c27efea6b709c5a1b4cf4da98f108c7636993474 (patch) | |
| tree | 8bfa8db2bad08354b27cbf0237ad60c2c67b94d0 | |
| parent | a7d8084aeea2f0697c9f93c2789773ea79d4db0c (diff) | |
fix some links
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -52,7 +52,7 @@ behave the way you expect please open [an issue]! - 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) @@ -7,7 +7,7 @@ //! //! 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 //! of the framework. |
