aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-15 20:50:03 +0000
committerGitHub <noreply@github.com>2019-09-15 20:50:03 +0000
commitf1a9d0bb299786bf1958dc452794bf552cebaac3 (patch)
tree482819acfd41d73ac1f767d76acdd6172d3987aa /src/lib.rs
parent9a974585d0c3e20e860e5d1ad4cf9df501d229d9 (diff)
parent6938ef6187a4f034931da62d10354c413268bf6c (diff)
Merge #241
241: One more place links updated r=japaric a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 502cbc6..959c9b7 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.