Skip to content

Commit

Permalink
[doc] fix broken boost links
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-jusiak committed Jun 9, 2015
1 parent ba0617b commit c67f251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/tools/post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ find $HTML/di -iname "*.html" | xargs sed -i -e 's/<\/div><\/div><\/div>/<__sear
find $HTML/di -iname "*.html" | xargs sed -i -e '/<__search__>/{r tools/data/search.html' -e 'd}'
find $HTML -iname "*.html" | xargs sed -i -e 's/<\/body>/<__comments__>\n<\/body>/'
find $HTML -iname "*.html" | xargs sed -i -e '/<__comments__>/{r tools/data/comments.html' -e 'd}'
find $HTML/di -iname "*.html" | xargs sed -i -e 's/\.\.\/\.\.\/\.\.\/\.\.\/index\.html/http:\/\/boost.org/'
find $HTML/di -iname "*.html" | xargs sed -i -e 's/\.\.\/\.\.\/\.\.\/\.\.\/libs\/libraries\.htm/http:\/\/boost.org\/doc\/libs/'
find $HTML/di -iname "*.html" | xargs sed -i -e 's/\.\.\/\.\.\/\.\.\/\.\.\/more\/index\.htm/http:\/\/boost.org\/users\/index.html/'
find $HTML -iname "*.html" | xargs sed -i -e 's/\(\.\.\/\)\+index\.html/http:\/\/boost.org/'
find $HTML -iname "*.html" | xargs sed -i -e 's/\(\.\.\/\)\+libs\/libraries\.htm/http:\/\/boost.org\/doc\/libs/'
find $HTML -iname "*.html" | xargs sed -i -e 's/\(\.\.\/\)\+more\/index\.htm/http:\/\/boost.org\/users\/index.html/'

0 comments on commit c67f251

Please sign in to comment.