Skip to content

Commit

Permalink
Update URL swap in htmlproofer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pucciland95 committed May 14, 2024
1 parent 94fefe7 commit e4520bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlproofer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sphinx-build -W -b html . native_build
rosdoc_lite -o build .

# Run HTML tests on generated build output to check for 404 errors, etc
URL_SWAP="--url-swap https\://github.com/ros-planning/moveit_tutorials/blob/master/:file\://$PWD/build/html/"
URL_SWAP="--url-swap https\://github.com/moveit/moveit_tutorials/blob/master/:file\://$PWD/build/html/"
htmlproofer ./build --only-4xx --check-html --file-ignore ./build/html/genindex.html,./build/html/search.html --alt-ignore '/.*/' --url-ignore '#' $URL_SWAP

# Tell GitHub Pages (on deploy) to bypass Jekyll processing
Expand Down

0 comments on commit e4520bc

Please sign in to comment.