* Update choose niche note cta URL

* Add changelog entry
This commit is contained in:
Joshua T Flowers 2021-04-02 16:50:00 -04:00 committed by GitHub
parent 58823341d3
commit 7d293499a8
2 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
== Unreleased ==
- Update: Update choose niche note cta URL #6733
- Fix: Update folded header style #6724
- Fix: Fix unreleated variations showing up in the Products reports #6647
- Tweak: Add tracking data for the preview site btn #6623

View File

@ -73,7 +73,7 @@ class ChooseNiche {
$note->add_action(
'choose-niche',
__( 'Learn more', 'woocommerce-admin' ),
'https://woocommerce.com/posts/idea-to-first-ecommerce-customer-finding-an-audience/?utm_source=inbox',
'https://woocommerce.com/from-idea-to-first-customer/?utm_source=inbox',
Note::E_WC_ADMIN_NOTE_ACTIONED,
true
);