From 8ac179d8ee660bc9b03c40b2357c82d904d9b415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eddy=20Petri=C8=99or?= Date: Wed, 9 Jan 2019 01:56:21 +0200 Subject: Absolute link to the book so it works on crates.io MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eddy Petrișor --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index cb3389b..6aad041 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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. -- cgit v1.2.3