diff --git a/client/my-sites/plugins/education-footer/index.tsx b/client/my-sites/plugins/education-footer/index.tsx index 0c97dc8c7eafa7..e7edfeb54f73ad 100644 --- a/client/my-sites/plugins/education-footer/index.tsx +++ b/client/my-sites/plugins/education-footer/index.tsx @@ -157,14 +157,12 @@ const EducationFooter = () => { target="_blank" title={ - { __( 'What Are WordPress Plugins and Themes? (A Beginner’s Guide)' ) } + { __( 'What Are WordPress Plugins? Everything You Need to Know as a Beginner' ) } } titleMarginBottom="16px" cta={ } - url={ localizeUrl( - 'https://wordpress.com/go/website-building/what-are-wordpress-plugins-and-themes-a-beginners-guide/' - ) } + url={ localizeUrl( 'https://wordpress.com/support/plugins/' ) } border="var(--studio-gray-5)" onClick={ () => onClickLinkCard( 'website_building' ) } /> @@ -173,14 +171,14 @@ const EducationFooter = () => { target="_blank" title={ - { __( 'How to Use WordPress Plugins: The Complete Beginner’s Guide' ) } + { __( + "How to Install Plugins on Your WordPress.com site: The Complete Beginner's Guide" + ) } } titleMarginBottom="16px" cta={ } - url={ localizeUrl( - 'https://wordpress.com/go/website-building/how-to-use-wordpress-plugins/' - ) } + url={ localizeUrl( 'https://wordpress.com/support/plugins/install-a-plugin/' ) } border="var(--studio-gray-5)" onClick={ () => onClickLinkCard( 'customization' ) } /> @@ -189,14 +187,12 @@ const EducationFooter = () => { target="_blank" title={ - { __( '17 Must-Have WordPress Plugins (Useful For All Sites)' ) } + { __( 'How to Find and Choose the Best WordPress Plugins (Useful for All Sites)' ) } } titleMarginBottom="16px" cta={ } - url={ localizeUrl( - 'https://wordpress.com/go/website-building/17-must-have-wordpress-plugins-useful-for-all-sites/' - ) } + url={ localizeUrl( 'https://wordpress.com/support/plugins/find-and-choose-plugins/' ) } border="var(--studio-gray-5)" onClick={ () => onClickLinkCard( 'seo' ) } />