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 37b453f commit f5edb1bCopy full SHA for f5edb1b
htmlproofer.sh
@@ -32,7 +32,7 @@ popd
32
sphinx-build -W -b html . build/html
33
34
# Replace Edit on Github links with local file paths
35
-grep -rl 'https:\/\/github.com\/ros-planning\/moveit2_tutorials\/blob\/main\/' ./build/ | \
+grep -rl 'https:\/\/github.com\/moveit\/moveit2_tutorials\/blob\/main\/' ./build/ | \
36
xargs sed -i "s|https://github.com/moveit/moveit2_tutorials/blob/main/|file://$PWD|g"
37
38
# Replace internal links with local file paths
0 commit comments