Skip to content

Frontend: Pipeline editor broken link for validate alert

Problem

Screenshot 2023-12-14 at 2.42.37 PM.pngThe "Learn more" link is broken and does not go anywhere.

Solution

In app/assets/javascripts/ci/pipeline_editor/components/validate/ci_validate.vue, there are no links being passed to the gl-link element.

Screenshot_2024-01-04_at_9.33.39_AM

Add a new link to the gl link: https://docs.gitlab.com/ee/ci/lint.html

Edited by Sunjung Park