Skip to content

Fix broken link to CI troubleshooting doc from merge requests

Luke Stahlman requested to merge fix-mr-ci-troubleshooting-link into master

What does this MR do and why?

This MR fixes a broken link in merge requests that pointed to an old location to CI debugging documentation, which was renamed by !135558 (merged). On Gitlab.com this link is properly redirected, but this is not the case for self-managed instances and instead a 404 is returned.

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.

How to set up and validate locally

  1. Create a new merge request on a self-managed instance
  2. Push a change to the MR's source branch and immediately reload the MR in the browser
  3. At the top of the overview section, the message "Checking pipeline status" will be visible with a help icon: screenshot_2024-05-04_at_11.58.28___am
  4. Click on the help icon
  5. Expected result with this MR: The CI Debugging page will load at <host>/help/ci/debugging.md

Merge request reports