Skip to content

Commit ba0aea0

Browse files
committed
Fix links to docs
Closes rust-lang#49
1 parent b375fae commit ba0aea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for target in $TARGETS; do
1919
rustdoc -o target/doc/$target --target $target src/lib.rs --cfg dox \
2020
--crate-name libc
2121

22-
echo "<li><a href="$target/libc/index.html">$target</a></li>" \
22+
echo "<li><a href="/libc/$target/libc/index.html">$target</a></li>" \
2323
>> target/doc/index.html
2424
done
2525

0 commit comments

Comments
 (0)