Browse Source

Try to fix some documentation links.

Simon Sapin 12 years ago
parent
commit
d7b5cd7d73
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -16,6 +16,7 @@ script:
 after_success: |
   [ $TRAVIS_BRANCH = master ] &&
   [ $TRAVIS_PULL_REQUEST = false ] &&
+  find doc -type f | xargs sed -i 's|url_/|url/|g' &&
   mv doc/url_ doc/url &&
   echo '<meta http-equiv=refresh content=0;url=url/index.html>' > doc/index.html &&
   sudo pip install ghp-import &&