Skip to content

Commit bf1ad07

Browse files
committed
Fix doc link
1 parent f3291fb commit bf1ad07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script:
77
after_success: |
88
[ $TRAVIS_BRANCH = master ] &&
99
[ $TRAVIS_PULL_REQUEST = false ] &&
10-
echo '<meta http-equiv=refresh content=0;url=rustc-serialize/index.html>' > target/doc/index.html &&
10+
echo '<meta http-equiv=refresh content=0;url=/rustc-serialize/rustc_serialize/index.html>' > target/doc/index.html &&
1111
pip install ghp-import --user $USER &&
1212
$HOME/.local/bin/ghp-import -n target/doc &&
1313
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages

0 commit comments

Comments
 (0)