Update store deprecation welcome modal support doc link (https://github.com/woocommerce/woocommerce-admin/pull/6094)

* Update support doc link

* Update readme.txt
This commit is contained in:
Ilyas Foo 2021-01-20 12:04:37 +08:00 committed by GitHub
parent 0fd35e9a35
commit 0b06f09d6a
3 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,7 @@ const page = {
components: {
link: (
<Link
href="https://wordpress.com/support/store/"
href="https://wordpress.com/support/new-woocommerce-experience-on-wordpress-dot-com/"
type="external"
target="_blank"
/>

View File

@ -76,6 +76,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Fix: allow for more terms to be shown for product attributes in the Analytics orders report. #5868
- Tweak: update the content and timing of the NeedSomeInspiration note. #6076
- Add: Remote inbox notifications contains comparison and fix product rule. #6073
- Update: store deprecation welcome modal support doc link #6094
== Changelog ==

View File

@ -48,7 +48,7 @@ class WelcomeToWooCommerceForStoreUsers {
$note->add_action(
'learn-more',
__( 'Learn more', 'woocommerce-admin' ),
'https://wordpress.com/support/store/"',
'https://wordpress.com/support/new-woocommerce-experience-on-wordpress-dot-com/"',
Note::E_WC_ADMIN_NOTE_ACTIONED,
true
);