diff options
author | 2019-09-15 22:00:52 +0200 | |
---|---|---|
committer | 2019-09-15 22:00:52 +0200 | |
commit | 686cc9b9953387355ad639a10c5986078d0048fa (patch) | |
tree | 68b0cff77f7dccb41c4ac8e6517758cfe0577a7e /src/lib.rs | |
parent | 42cac1fc51d6424217e379e93b7974756ba81bc9 (diff) | |
download | rtic-686cc9b9953387355ad639a10c5986078d0048fa.tar.gz rtic-686cc9b9953387355ad639a10c5986078d0048fa.tar.zst rtic-686cc9b9953387355ad639a10c5986078d0048fa.zip |
One more place updated
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ //! //! The user level documentation can be found [here]. //! -//! [here]: https://japaric.github.io/rtfm5/book/en/ +//! [here]: https://rtfm.rs //! //! Don't forget to check the documentation of the `#[app]` attribute (listed under the reexports //! section), which is the main component of the framework. |