Commit 62ab718a authored by Mark Florian's avatar Mark Florian

Merge branch '335456-better-subscription-details-links' into 'master'

Better links on the subscription details page

See merge request gitlab-org/gitlab!66319
parents a11fd013 92328777
......@@ -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