Skip to content

Commit

Permalink
Fix help panel links (#38817)
Browse files Browse the repository at this point in the history
* Fix links under "Help" panel on Home screen

* Add changelog
  • Loading branch information
chihsuan committed Jun 20, 2023
1 parent 109b9bf commit 9509ae8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Expand Up @@ -38,15 +38,15 @@ function getHomeItems() {
},
{
title: __( 'Inbox', 'woocommerce' ),
link: 'https://woocommerce.com/document/home-screen/?utm_medium=product#section-2',
link: 'https://woocommerce.com/document/home-screen/?utm_medium=product#section-4',
},
{
title: __( 'Stats Overview', 'woocommerce' ),
link: 'https://woocommerce.com/document/home-screen/?utm_medium=product#section-4',
link: 'https://woocommerce.com/document/home-screen/?utm_medium=product#section-5',
},
{
title: __( 'Store Management', 'woocommerce' ),
link: 'https://woocommerce.com/document/home-screen/?utm_medium=product#section-5',
link: 'https://woocommerce.com/document/home-screen/?utm_medium=product#section-10',
},
{
title: __( 'Store Setup Checklist', 'woocommerce' ),
Expand Down
4 changes: 4 additions & 0 deletions plugins/woocommerce/changelog/fix-help-panel-links
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Fix links under "Help" panel on Home screen

0 comments on commit 9509ae8

Please sign in to comment.