Skip to content

Fix Merge trains help link in MR settings

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you can request access to GitLab Duo.

What does this MR do and why?

In the Merge Requests settings, there are two links labeled "What are merge trains?" that link to /help/ci/pipelines/merge_trains#enable-merge-trains. However, the first of these actually links to the specific section about enabling the feature.

This MR edits the target URL of that link to match where its label (essentially removing the anchor to a specific section).

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image

Additional changes

In addition to this change, I noticed that the help page in question has the title "Merge trains · Pipelines · Ci · Help · GitLab". I tried to find out how to capitalize the Ci in the title to be spelled "CI", but couldn't figure that out. During my search I came across other instances of wrongly capitalized "Ci", which I corrected to "CI". I left that as a separate commit so that it can be removed from this MR if it's an undesirable change.

Edited by Waldir Pimenta

Merge request reports

Loading