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:
parent
435682e95c
commit
7eade3b101
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue