Skip to content

fix: update dead documentation links#2398

Open
Ishan1923 wants to merge 1 commit into
ros-controls:masterfrom
Ishan1923:fix/motion-primitives-link
Open

fix: update dead documentation links#2398
Ishan1923 wants to merge 1 commit into
ros-controls:masterfrom
Ishan1923:fix/motion-primitives-link

Conversation

@Ishan1923

@Ishan1923 Ishan1923 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Updates dead documentation links causing CI 404 failures:

  • Fixes the ExecuteMotionPrimitiveSequence.action link by pointing to master (the motion_primitives branch was deleted post-merge ros-controls/control_msgs#228).
  • Updates hardcoded control.ros.org/master routes to rolling.

Related Issue

Resolves #2397

@christophfroehlich

Copy link
Copy Markdown
Member

please rebase the relevant commit on top of the master branch

@Ishan1923 Ishan1923 force-pushed the fix/motion-primitives-link branch from 1931bee to 732f237 Compare June 9, 2026 18:23

@christophfroehlich christophfroehlich left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is unrelated (but valid) cleanup in other files. please split this in two PRs

@Ishan1923

Copy link
Copy Markdown
Contributor Author

apologies; I have reset the branch to the latest upstream master and force-pushed the single commit for both link fixes.

Comment thread README.md Outdated
:---------: | :----: | :----------: | :-----------: | :---------------:
**Rolling** | [`master`](https://github.com/ros-controls/ros2_controllers/tree/master) | [![Rolling Binary Build](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-binary-build.yml/badge.svg?branch=master)](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-binary-build.yml?branch=master) <br> [![Rolling Semi-Binary Build](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-semi-binary-build.yml/badge.svg?branch=master)](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-semi-binary-build.yml?branch=master) <br> [![build.ros2.org](https://build.ros2.org/buildStatus/icon?job=Rdev__ros2_controllers__ubuntu_resolute_amd64&subject=build.ros2.org)](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) | [![Build Status](https://build.ros2.org/buildStatus/icon?job=Rbin_uR64__ros2_controllers__ubuntu_resolute_amd64__binary)](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> [![build.ros2.org](https://build.ros2.org/buildStatus/icon?job=Ldev__ros2_controllers__ubuntu_resolute_amd64&subject=build.ros2.org)](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) | [![Build Status](https://build.ros2.org/buildStatus/icon?job=Lbin_uR64__ros2_controllers__ubuntu_resolute_amd64__binary)](https://build.ros2.org/job/Lbin_uR64__ros2_controllers__ubuntu_resolute_amd64__binary/)
**Rolling** | [`master`](https://github.com/ros-controls/ros2_controllers/tree/master) | [![Rolling Binary Build](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-binary-build.yml/badge.svg?branch=master)](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-binary-build.yml?branch=master) <br> [![Rolling Semi-Binary Build](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-semi-binary-build.yml/badge.svg?branch=master)](https://github.com/ros-controls/ros2_controllers/actions/workflows/rolling-semi-binary-build.yml?branch=master) <br> [![build.ros2.org](https://build.ros2.org/buildStatus/icon?job=Rdev__ros2_controllers__ubuntu_resolute_amd64&subject=build.ros2.org)](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) | [![Build Status](https://build.ros2.org/buildStatus/icon?job=Rbin_uR64__ros2_controllers__ubuntu_resolute_amd64__binary)](https://build.ros2.org/job/Rbin_uR64__ros2_controllers__ubuntu_resolute_amd64__binary/)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this change?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Ishan1923 Ishan1923 changed the title Fix/motion primitives link fix: update dead documentation links Jun 9, 2026
@Ishan1923 Ishan1923 force-pushed the fix/motion-primitives-link branch from 732f237 to 9656705 Compare June 9, 2026 18:55

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes here are still not related?

@saikishor saikishor left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still unrelated changes. Please fix

@Ishan1923 Ishan1923 force-pushed the fix/motion-primitives-link branch from 9656705 to 9a8b442 Compare June 12, 2026 13:38
@Ishan1923

Copy link
Copy Markdown
Contributor Author

this PR now strictly addresses the motion_primitives broken link.

@Ishan1923

Copy link
Copy Markdown
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update dead master documentation links to rolling

3 participants