Skip to content

Fix GLQL docs path

Manuel Grabowski requested to merge mg-fix-glql-docs-path-20241120 into master

What does this MR do and why?

In Small visual updates to glql lists (!172147 - merged), we added a docs link to rendered GLQL snippets (implementing #480162 (closed)). The link currently goes into a 404, though – the redirect happens to https://docs.gitlab.com/ee/user/glql.html but we'd need https://docs.gitlab.com/ee/user/glql/index.html.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

  1. Enable glql_integration FF
  2. Render a GLQL snippet
  3. Click docs link

Merge request reports

Loading