diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-11-07 15:51:58 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-11-07 15:52:15 -0800 |
commit | 767ba143e3cb9fa80082ce24165ff8fca9ccf2e3 (patch) | |
tree | 72aab869143d78c1b51f6f59d03b3acbdb6d3f1b /ci | |
parent | c8218471093115b33aedb62f20063ed06837fde4 (diff) | |
download | rust-libc-767ba143e3cb9fa80082ce24165ff8fca9ccf2e3.tar.gz |
Fix links to docs
Closes #49
Diffstat (limited to 'ci')
-rw-r--r-- | ci/dox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |