Merge pull request #125 from eddyp/master

Absolute link to the book so it works on crates.io
This commit is contained in:
Jorge Aparicio 2019-01-09 01:01:34 +01:00 committed by GitHub
commit 438a6207fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.