Update choose niche note cta URL (https://github.com/woocommerce/woocommerce-admin/pull/6733)
* Update choose niche note cta URL * Add changelog entry
This commit is contained in:
parent
58823341d3
commit
7d293499a8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue