Fix broken link in book-example/src/lib/lib.md

The template sets `<base href="../">` so it's not necessary to have
`../` in the link.
This commit is contained in:
Phil Ruffwind 2017-05-01 20:31:03 -04:00
parent 435682e95c
commit 7eade3b101
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ fn main() {
}
```
Check here for the [API docs](../mdbook/index.html) generated by rustdoc.
Check here for the [API docs](mdbook/index.html) generated by rustdoc.