Skip to content

Commit

Permalink
leftover reference
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed May 3, 2024
1 parent 37b453f commit f5edb1b
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 @@ -32,7 +32,7 @@ popd
sphinx-build -W -b html . build/html

# Replace Edit on Github links with local file paths
grep -rl 'https:\/\/github.com\/ros-planning\/moveit2_tutorials\/blob\/main\/' ./build/ | \
grep -rl 'https:\/\/github.com\/moveit\/moveit2_tutorials\/blob\/main\/' ./build/ | \
xargs sed -i "s|https://github.com/moveit/moveit2_tutorials/blob/main/|file://$PWD|g"

# Replace internal links with local file paths
Expand Down

0 comments on commit f5edb1b

Please sign in to comment.