docs
docs copied to clipboard
Broken links on https://gazebosim.org/libs
Most "API & Tutorials" links are dead on https://gazebosim.org/libs .
I've noticed:
- https://gazebosim.org/api/common/5.3/index.html is dead
- https://gazebosim.org/api/common/5/index.html is good
So maybe this page just needs to stop using the minor version in the links?
@mabelzhang I think you also noticed this right?
Yep
So maybe this page just needs to stop using the minor version in the links?
I noticed that some libraries work (see https://gazebosim.org/api/fuel_tools/8.0/index.html), but actually link to older version of the documentation instead of the latest one available at https://gazebosim.org/api/fuel_tools/8/index.html .
This issue still persists.
Where "https://gazebosim.org/libs" sits? I couldn't find it in this repository(guess because it isn't under gazebosim.org/docs) but quick going over other repositories i didn't find it either.
edit: reference to the problem found in https://github.com/gazebo-web/gazebosim-web-frontend/issues/19
The website is being reworked so it's statically generated, so this will change, but currently it's a being served by the libs component of the Angular app.
Fixed by #441.