Skip to content

Consider relative URL root in group overview tabs

What does this MR do and why?

This MR fixes URLs in group overview tabs when GitLab is installed under relative URL root

Screenshots or screen recordings

When GitLab is installed under relative URL root

Before After
before after

When GitLab is not installed under relative URL root

without_reltive_url_root

How to set up and validate locally

  1. Enable relative URL root for GDK following this guide - https://docs.gitlab.com/ee/install/relative_url.html#enable-relative-url-in-gitlab
  2. Archive project that has parent group
  3. Go to parent group overview page
  4. Check that tab links and links to projects are valid

Related to #423636 (closed)

Merge request reports