aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-11-03 19:29:44 +0100
committerJorge Aparicio <jorge@japaric.io>2018-11-03 19:29:44 +0100
commitc27efea6b709c5a1b4cf4da98f108c7636993474 (patch)
tree8bfa8db2bad08354b27cbf0237ad60c2c67b94d0 /src/lib.rs
parenta7d8084aeea2f0697c9f93c2789773ea79d4db0c (diff)
fix some links
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 74cf96a..836654c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,7 +7,7 @@
//!
//! The user level documentation can be found [here].
//!
-//! [here]: ../../book/index.html
+//! [here]: ../../book/
//!
//! Don't forget to check the documentation of the [`#[app]`] attribute, which is the main component
//! of the framework.