fix: update dead documentation links#2398
Conversation
|
please rebase the relevant commit on top of the master branch |
1931bee to
732f237
Compare
christophfroehlich
left a comment
There was a problem hiding this comment.
there is unrelated (but valid) cleanup in other files. please split this in two PRs
|
apologies; I have reset the branch to the latest upstream master and force-pushed the single commit for both link fixes. |
| :---------: | :----: | :----------: | :-----------: | :---------------: | ||
| **Rolling** | [`master`](https://github.com/ros-controls/ros2_controllers/tree/master) | [](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-binary-build.yml?branch=master) <br> [](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-semi-binary-build.yml?branch=master) <br> [](https://build.ros2.org/job/Rdev__ros2_controllers__ubuntu_resolute_amd64/) | [control.ros.org](https://control.ros.org/master/doc/ros2_controllers/doc/controllers_index.html) | [](https://build.ros2.org/job/Rbin_uR64__ros2_controllers__ubuntu_resolute_amd64__binary/) | ||
| **Lyrical** | [`master`](https://github.com/ros-controls/ros2_controllers/tree/master) | see above <br> [](https://build.ros2.org/job/Ldev__ros2_controllers__ubuntu_resolute_amd64/) | [control.ros.org](https://control.ros.org/master/doc/ros2_controllers/doc/controllers_index.html) | [](https://build.ros2.org/job/Lbin_uR64__ros2_controllers__ubuntu_resolute_amd64__binary/) | ||
| **Rolling** | [`master`](https://github.com/ros-controls/ros2_controllers/tree/master) | [](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-binary-build.yml?branch=master) <br> [](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-semi-binary-build.yml?branch=master) <br> [](https://build.ros2.org/job/Rdev__ros2_controllers__ubuntu_resolute_amd64/) | [control.ros.org](https://control.ros.org/rolling/doc/ros2_controllers/doc/controllers_index.html) | [](https://build.ros2.org/job/Rbin_uR64__ros2_controllers__ubuntu_resolute_amd64__binary/) |
There was a problem hiding this comment.
this was an unintended modification to the README table. I accidentally overwrote the Lyrical CI row while applying the URL fixes.
I will revert this specific file and ensure only the broken control.ros.org/master URLs are updated.
732f237 to
9656705
Compare
There was a problem hiding this comment.
changes here are still not related?
saikishor
left a comment
There was a problem hiding this comment.
There are still unrelated changes. Please fix
9656705 to
9a8b442
Compare
|
this PR now strictly addresses the motion_primitives broken link. |
9a8b442 to
ee83539
Compare
|
The unrelated changes have been removed. This PR now only contains the fix for the motion_primitives broken link. The master to rolling URL updates have been moved to #2409. |
Updates dead documentation links causing CI 404 failures:
ExecuteMotionPrimitiveSequence.actionlink by pointing tomaster(themotion_primitivesbranch was deleted post-merge ros-controls/control_msgs#228).control.ros.org/masterroutes torolling.Related Issue
Resolves #2397