diff --git a/ee/app/assets/javascripts/usage_quotas/seats/components/subscription_seats.vue b/ee/app/assets/javascripts/usage_quotas/seats/components/subscription_seats.vue index 093e9a2363ede1985f9093cee0433b3ccb0fa79c..d3ee59d88f7671c5252a8d87a80f67097d014487 100644 --- a/ee/app/assets/javascripts/usage_quotas/seats/components/subscription_seats.vue +++ b/ee/app/assets/javascripts/usage_quotas/seats/components/subscription_seats.vue @@ -297,7 +297,7 @@ export default { seatsAvailableText: s__('Billings|Seats in use / Seats available'), seatsTooltipText: s__('Billings|Free groups are limited to %{number} seats.'), inASeatLabel: s__('Billings|In a seat'), - seatsInUseLink: helpPagePath('subscription/gitlab_com/index', { + seatsInUseLink: helpPagePath('subscriptions/gitlab_com/index', { anchor: 'how-seat-usage-is-determined', }), removeLastOwnerSeatRestrictedText: s__( diff --git a/ee/spec/frontend/usage_quotas/seats/components/subscription_seats_spec.js b/ee/spec/frontend/usage_quotas/seats/components/subscription_seats_spec.js index 9b3a79ee4060bed5ee4a91d8359a302b41b7e274..645bd0ab5e074cad6918109abf2a7cebd8b1acf9 100644 --- a/ee/spec/frontend/usage_quotas/seats/components/subscription_seats_spec.js +++ b/ee/spec/frontend/usage_quotas/seats/components/subscription_seats_spec.js @@ -468,7 +468,7 @@ describe('Subscription Seats', () => { }; const defaultProps = { - helpLink: '/help/subscription/gitlab_com/index#how-seat-usage-is-determined', + helpLink: '/help/subscriptions/gitlab_com/index#how-seat-usage-is-determined', totalUnit: null, usageUnit: null, };