Skip to content

Commit 18e607f

Browse files
committed
Merge pull request #42 from RustAudio/docs-redirect
Fix docs redirect to point to valid link.
2 parents f679f3e + 2848b51 commit 18e607f

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
@@ -28,7 +28,7 @@ after_success: |
2828
[ $TRAVIS_BRANCH = master ] &&
2929
[ $TRAVIS_PULL_REQUEST = false ] &&
3030
cargo doc &&
31-
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > target/doc/index.html &&
31+
echo "<meta http-equiv=refresh content=0;url=coreaudio/index.html>" > target/doc/index.html &&
3232
sudo pip install ghp-import &&
3333
ghp-import -n target/doc &&
3434
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages

0 commit comments

Comments
 (0)