aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2019-09-15 22:00:52 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2019-09-15 22:00:52 +0200
commit686cc9b9953387355ad639a10c5986078d0048fa (patch)
tree68b0cff77f7dccb41c4ac8e6517758cfe0577a7e /src/lib.rs
parent42cac1fc51d6424217e379e93b7974756ba81bc9 (diff)
downloadrtic-686cc9b9953387355ad639a10c5986078d0048fa.tar.gz
rtic-686cc9b9953387355ad639a10c5986078d0048fa.tar.zst
rtic-686cc9b9953387355ad639a10c5986078d0048fa.zip
One more place updated
Diffstat (limited to '')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 502cbc6a..959c9b7b 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.