mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
fix some links
This commit is contained in:
parent
a7d8084aee
commit
c27efea6b7
2 changed files with 2 additions and 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.
|
||||
|
|
Loading…
Reference in a new issue