Commit 92328777 authored by Tyler Amos's avatar Tyler Amos

Better links on the subscription details page

Fixes broken URLs for the Billable Users and Users over License links.

Changelog: fixed
EE: true
parent 51062952
......@@ -13,8 +13,11 @@ import {
usersOverSubscriptionTitle,
} from '../constants';
export const billableUsersURL = helpPagePath('licenses/self_managed/index');
export const trueUpURL = 'https://about.gitlab.com/license-faq/';
export const billableUsersURL = helpPagePath('subscriptions/self_managed/index', {
anchor: 'billable-users',
});
export const trueUpURL =
'https://about.gitlab.com/pricing/licensing-faq/#what-does-users-over-license-mean';
export default {
i18n: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment