diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 //! |