From 686cc9b9953387355ad639a10c5986078d0048fa Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 15 Sep 2019 22:00:52 +0200 Subject: [PATCH] One more place updated --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 502cbc6a2c..959c9b7bc6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.