aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-11-03 18:48:16 +0000
committerGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-11-03 18:48:16 +0000
commitfc2c5e77cc39320adc6865a464d08c31c1b17ec0 (patch)
tree0f5b1b36ca69376e607074cabf0168b9f5ea3759 /src/lib.rs
parenta7d8084aeea2f0697c9f93c2789773ea79d4db0c (diff)
parent9ddf3bf8e79c9bca2a261a14c5adc3ac9472f3c3 (diff)
downloadrtic-fc2c5e77cc39320adc6865a464d08c31c1b17ec0.tar.gz
rtic-fc2c5e77cc39320adc6865a464d08c31c1b17ec0.tar.zst
rtic-fc2c5e77cc39320adc6865a464d08c31c1b17ec0.zip
Merge #98
98: ci: run linkchecker r=japaric a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
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 74cf96ac..836654cb 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.