diff options
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b643f0..7e83b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. |
