diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-11-19 18:49:39 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-11-19 18:49:39 +0000 |
| commit | 07afbe1ce7b60114b659acb5da37efb2f8e0281f (patch) | |
| tree | ceb0678599a8929a7f081fc4092e3fe88719ccd6 /macros | |
| parent | a423ae1b252356f3fcb3fee6d8329fda055dd6f6 (diff) | |
Fix the link
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs index 9405cee..dc37eae 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 { |
