Absolute link to the book so it works on crates.io

Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
This commit is contained in:
Eddy Petrișor 2019-01-09 01:56:21 +02:00
parent 44ee464cd1
commit 8ac179d8ee
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
- Use an absolute link to the book so it works when landing from crates.io
documentation page
## [v0.4.0] - 2018-11-03
### Changed

View file

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