Skip to content

Commit 6954d60

Browse files
committed
add link to documentation
1 parent 278083a commit 6954d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
//! [`interrupt!`](macro.interrupt.html) macro (non Cortex-M targets) or [`interrupt`] attribute
424424
//! (Cortex-M) that can be used to register interrupt handlers.
425425
//!
426-
//! [`interrupt`]: TODO(add link here)
426+
//! [`interrupt`]: https://docs.rs/cortex-m-rt-macros/0.1/cortex_m_rt_macros/attr.interrupt.html
427427
//!
428428
//! ## the `--nightly` flag
429429
//!

0 commit comments

Comments
 (0)