Fix links to docs

Closes #49
This commit is contained in:
Alex Crichton 2015-11-07 15:51:58 -08:00
parent b375fae604
commit ba0aea06b5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ for target in $TARGETS; do
rustdoc -o target/doc/$target --target $target src/lib.rs --cfg dox \
--crate-name libc
echo "<li><a href="$target/libc/index.html">$target</a></li>" \
echo "<li><a href="/libc/$target/libc/index.html">$target</a></li>" \
>> target/doc/index.html
done