Fix the link

This commit is contained in:
Henrik Tjäder 2020-11-19 18:49:39 +00:00
parent a423ae1b25
commit 07afbe1ce7

View file

@ -15,7 +15,7 @@ mod tests;
/// Attribute used to declare a RTIC application /// Attribute used to declare a RTIC application
/// ///
/// For user documentation see the [RTIC book](rtic.rs) /// For user documentation see the [RTIC book](https://rtic.rs)
#[proc_macro_attribute] #[proc_macro_attribute]
pub fn app(args: TokenStream, input: TokenStream) -> TokenStream { pub fn app(args: TokenStream, input: TokenStream) -> TokenStream {