aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 30a49021..3fde2ddc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -46,7 +46,9 @@
//!
//! # `app!`
//!
-//! The `app!` macro is documented [here](../cortex_m_rtfm_macros/fn.app.html).
+//! The `app!` macro is documented [here].
+//!
+//! [here]: https://docs.rs/cortex-m-rtfm-macros/0.2.0/cortex_m_rtfm_macros/fn.app.html
//!
//! # Examples
//!