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-comregardless 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
- GitLab.com badges:
- 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
I manually verified that the URLs filter the pricing page as expected:
- https://about.gitlab.com/pricing/?deployment=saas
- https://about.gitlab.com/pricing/?deployment=self-managed-deployment
- https://about.gitlab.com/pricing/?deployment=dedicated
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 bysection 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
- If the DRI for the page/s being updated isn’t immediately clear, then assign it to one of the people listed in the
-
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
- For high-priority company-wide announcements work with the internal communications team to post the update in #company-fyi and align on a plan to circulate in additional channels like the "While You Were Iterating" Newsletter
Commits
- Fix broken pricing page links in release post badges
Edited by Lysanne Pinto