osrf / gazebo_tutorials

Tutorials for gazebo
http://gazebosim.org/tutorials
145 stars 71 forks source link

Fix broken links #173

Closed scpeters closed 4 months ago

scpeters commented 4 months ago

The Gazebo Classic tutorials are now hosted at https://classic.gazebosim.org, but there are many Markdown links in the tutorials that point explicitly to http://gazebosim.org. This pull request fixes the README link to point to http://classic.gazebosim.org/tutorials and changes the beginning of all Markdown links that start with http://gazebosim.org/tutorials with /tutorials, which should automatically refer to the same host.

Alternative: explicitly replace all references to gazebosim.org with classic.gazebosim.org