Fix broken pricing page links in release post badges

Why is this change being made?

Fixes broken and inconsistent pricing page links in release post feature badges to use the correct deployment-specific URLs.

Currently, several badge links are broken or point to incorrect sections:

  • GitLab Dedicated badges link to /pricing/#single-tenant-saas (broken anchor)
  • All add-on badges link to /pricing/#gitlab-com regardless of which offering they appear under

This change updates all pricing links to use the deployment-specific query parameters that properly filter the pricing page content.

Changes

  • Update all pricing links to use consistent deployment-specific query parameters:
    • GitLab.com badges: /pricing/?deployment=saas
    • Self-Managed badges: /pricing/?deployment=self-managed-deployment
    • GitLab Dedicated badges: /pricing/?deployment=dedicated
  • Update add-on badge links to match their parent section's deployment instead of always pointing to GitLab.com
  • Update tooltip text to use correct offering names:
    • "GitLab SaaS" → "GitLab.com"
    • "GitLab self-managed" → "GitLab Self-Managed"

Review app

https://release-posts-fix-links-to-pricing.about.gitlab-review.app/releases/2025/11/20/gitlab-18-6-released/

I manually verified that the URLs filter the pricing page as expected:

However, I was unable to build all dependencies required for end-to-end testing.

Author and reviewer checklist

Please verify the check list and ensure to tick them off before the MR is merged.

  • Provided a concise title for this Merge Request (MR)
  • Added a description to this MR explaining the reasons for the proposed change, per say why, not just what
    • Copy/paste the Slack conversation to document it for later, or upload screenshots. Verify that no confidential data is added, and the content is SAFE
  • Assign reviewers for this MR to the correct Directly Responsible Individual/s (DRI)
    • If the DRI for the page/s being updated isn’t immediately clear, then assign it to one of the people listed in the Maintained by section on the page being edited
    • If your manager does not have merge rights, please ask someone to merge it AFTER it has been approved by your manager in #mr-buddies
    • The when to get approval handbook section explains the workflow in more detail
  • For transparency, share this MR with the audience that will be impacted.
    • Team: For changes that affect your direct team, share in your group Slack channel
    • Department: If the update affects your department, share the MR in your department Slack channel
    • Company: If the update affects all (or the majority of) GitLab team members, post an update in #whats-happening-at-gitlab linking to this MR

Commits

  • Fix broken pricing page links in release post badges

Edited by Lysanne Pinto

Merge request reports

Loading