Skip to content

Commit c3a8579

Browse files
authored
Replace old docs subscriptions URLs with new ones. (#11119)
1 parent dd2c9c6 commit c3a8579

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog/fix-subscription-urls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: update
3+
Comment: Updated old docs URLs to new ones.
4+
5+

client/settings/advanced-settings/stripe-billing-notices/migrate-option-notice.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const MigrateOptionNotice: React.FC< Props > = ( {
135135
learnMoreLink: (
136136
// eslint-disable-next-line max-len
137137
// @ts-expect-error: children is provided when interpolating the component
138-
<ExternalLink href="https://woocommerce.com/document/woopayments/subscriptions/comparison/#migrating-subscribers" />
138+
<ExternalLink href="https://woocommerce.com/document/woopayments/subscriptions/stripe-billing/#migrating-subscribers" />
139139
),
140140
},
141141
} ) }

includes/subscriptions/templates/html-wcpay-deactivate-warning.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
printf(
2323
// translators: $1 $2 $3 placeholders are opening and closing HTML link tags, linking to documentation. $4 $5 placeholders are opening and closing strong HTML tags. $6 is WooPayments.
2424
esc_html__( 'Your store has active subscriptions using the built-in %6$s functionality. Due to the %1$soff-site billing engine%3$s these subscriptions use, %4$sthey will continue to renew even after you deactivate %6$s%5$s. %2$sLearn more%3$s.', 'woocommerce-payments' ),
25-
'<a href="https://woocommerce.com/document/woopayments/subscriptions/comparison/" target="_blank">',
25+
'<a href="https://woocommerce.com/document/woopayments/subscriptions/stripe-billing/" target="_blank">',
2626
'<a href="https://woocommerce.com/document/woopayments/subscriptions/stripe-billing/#deactivate-woopayments-plugin" target="_blank">',
2727
'</a>',
2828
'<strong>',

0 commit comments

Comments
 (0)