Skip to content

Commit 5bb1f15

Browse files
committed
Update htmlproofer target URL
1 parent 6b1ec60 commit 5bb1f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

htmlproofer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ grep -rl 'https:\/\/github.com\/ros-planning\/moveit2_tutorials\/blob\/main\/' .
2424
xargs sed -i "s|https://github.com/ros-planning/moveit2_tutorials/blob/main/|file://$PWD|g"
2525

2626
# 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"
27+
grep -rl 'https:\/\/moveit.picknik.ai\/humble\/' ./build/ | \
28+
xargs sed -i "s|https://moveit.picknik.ai/humble/|file://$PWD|g"
2929

3030
# Run HTML tests on generated build output to check for 404 errors, etc
3131
htmlproofer ./build \

0 commit comments

Comments
 (0)