We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1ec60 commit 5bb1f15Copy full SHA for 5bb1f15
htmlproofer.sh
@@ -24,8 +24,8 @@ grep -rl 'https:\/\/github.com\/ros-planning\/moveit2_tutorials\/blob\/main\/' .
24
xargs sed -i "s|https://github.com/ros-planning/moveit2_tutorials/blob/main/|file://$PWD|g"
25
26
# Replace internal links with local file paths
27
-grep -rl 'https:\/\/moveit.picknik.ai\/rolling\/' ./build/ | \
28
- xargs sed -i "s|https://moveit.picknik.ai/rolling/|file://$PWD|g"
+grep -rl 'https:\/\/moveit.picknik.ai\/humble\/' ./build/ | \
+ xargs sed -i "s|https://moveit.picknik.ai/humble/|file://$PWD|g"
29
30
# Run HTML tests on generated build output to check for 404 errors, etc
31
htmlproofer ./build \
0 commit comments