From 07afbe1ce7b60114b659acb5da37efb2f8e0281f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Thu, 19 Nov 2020 18:49:39 +0000 Subject: [PATCH] Fix the link --- macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/src/lib.rs b/macros/src/lib.rs index 9405ceede1..dc37eaea3c 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -15,7 +15,7 @@ mod tests; /// 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] pub fn app(args: TokenStream, input: TokenStream) -> TokenStream {