-
Notifications
You must be signed in to change notification settings - Fork 344
API docs link gives 404 #510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
thanks, we are aware of this. Didn't get to fix the deployment script yuet
…On Thu, 2 Sept 2021 at 10:04, lorepieri8 ***@***.***> wrote:
*Describe the bug*
API docs link gives 404
*To Reproduce*
https://ros-controls.github.io/control.ros.org/ros2_control/doc/index.html
Click on "here"
*Expected behavior*
A clear and concise description of what you expected to happen.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#510>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA24PYKBGPFOKSFZJVVK5SDT744YTANCNFSM5DISZGSA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Looks like I messed up the link on the API documentation page to the doxygen sub-path and it needs the extra controls.ros.org sub-folder path. So it should point to something like https://ros-controls.github.io/control.ros.org/api/index.html instead of https://ros-controls.github.io/api/index.html which doesn't exist. I'm going to investigate this a little more to find something that will hopefully work with both the local build and the dynamic one that GitHub pages makes. |
* Change url for Doxygen pages to be from root to a relative link Fixes ros-controls#510
Describe the bug
API docs link gives 404
To Reproduce
https://ros-controls.github.io/control.ros.org/ros2_control/doc/index.html
Click on "here"
Expected behavior
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: