Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ export const getStepContent = ( state, stepSlug ) => {
'The Jetpack Newsletter Form combined with Creative Mail by Constant Contact can help automatically gather subscribers and send them beautiful emails. <ExternalLink>Learn more</ExternalLink>',
'jetpack'
),
descriptionLink:
'https://jetpack.com/support/jetpack-blocks/form-block/newsletter-sign-up-form/',
descriptionLink: getRedirectUrl( 'jetpack-support-jetpack-blocks-newsletter-sign-up' ),
ctaText: __( 'Install Creative Mail', 'jetpack' ),
illustration: 'assistant-creative-mail',
};
Expand All @@ -325,7 +324,7 @@ export const getStepContent = ( state, stepSlug ) => {
'With Jetpack Newsletter you can keep your audience engaged by automatically sending your content via email. <ExternalLink>Learn more</ExternalLink>',
'jetpack'
),
descriptionLink: 'https://jetpack.com/newsletter/',
descriptionLink: getRedirectUrl( 'jetpack-newsletter-landing' ),
ctaText: __( 'Enable Newsletter', 'jetpack' ),
illustration: 'assistant-creative-mail',
};
Expand All @@ -340,7 +339,7 @@ export const getStepContent = ( state, stepSlug ) => {
'If your site ever goes down, Downtime Monitoring will send you an email or push notitification to let you know. <ExternalLink>Learn more</ExternalLink>',
'jetpack'
),
descriptionLink: 'https://jetpack.com/support/monitor/',
descriptionLink: getRedirectUrl( 'jetpack-support-monitor' ),
ctaText: __( 'Enable Downtime Monitoring', 'jetpack' ),
illustration: 'assistant-downtime-monitoring',
};
Expand All @@ -355,7 +354,7 @@ export const getStepContent = ( state, stepSlug ) => {
'Displaying Related Posts at the end of your content keeps visitors engaged and on your site. <ExternalLink>Learn more</ExternalLink>',
'jetpack'
),
descriptionLink: 'https://jetpack.com/support/related-posts/',
descriptionLink: getRedirectUrl( 'jetpack-support-related-posts' ),
ctaText: __( 'Enable Related Posts', 'jetpack' ),
illustration: 'assistant-related-post',
};
Expand All @@ -367,7 +366,7 @@ export const getStepContent = ( state, stepSlug ) => {
'Faster sites get better ranking in search engines and help keep visitors on your site longer. Jetpack will automatically optimize and load your images and files from our global Content Delivery Network (CDN). <ExternalLink>Learn more</ExternalLink>',
'jetpack'
),
descriptionLink: 'https://jetpack.com/support/site-accelerator/',
descriptionLink: getRedirectUrl( 'jetpack-support-site-accelerator' ),
ctaText: __( 'Enable Site Accelerator', 'jetpack' ),
illustration: 'assistant-site-accelerator',
};
Expand Down Expand Up @@ -426,7 +425,7 @@ export const getStepContent = ( state, stepSlug ) => {
'We’re partnered with <strong>WooCommerce</strong> — a customizable, open-source eCommerce platform built for WordPress. It’s everything you need to start selling products today. <ExternalLink>Learn more</ExternalLink>',
'jetpack'
),
descriptionLink: 'https://woocommerce.com/woocommerce-features/',
descriptionLink: getRedirectUrl( 'woocommerce-features-landing' ),
ctaText: __( 'Install WooCommerce', 'jetpack' ),
illustration: 'assistant-woo-commerce',
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: enhancement
Comment: Recommendations: update links to use Jetpack Redirects for all links.