Fix broken links in payments onboarding doc (#46388)
This commit is contained in:
parent
a7b3727063
commit
04c3d9119c
|
@ -1025,9 +1025,13 @@
|
||||||
"post_title": "User Experience Guidelines - Payments Onboarding and Setup",
|
"post_title": "User Experience Guidelines - Payments Onboarding and Setup",
|
||||||
"menu_title": "Payments Onboarding and Setup",
|
"menu_title": "Payments Onboarding and Setup",
|
||||||
"edit_url": "https://github.com/woocommerce/woocommerce/edit/trunk/docs/ux-guidelines-payments/payments-onboarding.md",
|
"edit_url": "https://github.com/woocommerce/woocommerce/edit/trunk/docs/ux-guidelines-payments/payments-onboarding.md",
|
||||||
"hash": "a7e978ec3ab241db1aca5e5e764e3dfe80d33d6f23aef25f4588c7b81826f60a",
|
"hash": "b564c61dbaca4c883b94f3a82051e3baf1738337ea38ac29d2eb95bb1dfe8269",
|
||||||
"url": "https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/docs/ux-guidelines-payments/payments-onboarding.md",
|
"url": "https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/docs/ux-guidelines-payments/payments-onboarding.md",
|
||||||
"id": "9e100f5d1c5e52bb337a294456f75cd60929d9e3"
|
"id": "9e100f5d1c5e52bb337a294456f75cd60929d9e3",
|
||||||
|
"links": {
|
||||||
|
"../ux-guidelines-extensions/settings.md": "1066428802afb323fbf38c64f5480edbabd93178",
|
||||||
|
"../ux-guidelines-extensions/navigation.md": "9922abbcea787a91b3360f49fa53d5402a604e6b"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"post_title": "User Experience Guidelines - Payment Button Style",
|
"post_title": "User Experience Guidelines - Payment Button Style",
|
||||||
|
@ -1225,5 +1229,5 @@
|
||||||
"categories": []
|
"categories": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"hash": "ca4e8cf017f1d274d9a54145357cc749a46b12e65de712ab889b7130ccd54abf"
|
"hash": "475ba7169c5ec1f917d5595e9dff436aa4338e8a913ef5bd5929eea7227259ee"
|
||||||
}
|
}
|
|
@ -24,7 +24,7 @@ If manual entry of API keys is required, design the setup process to be as simpl
|
||||||
|
|
||||||
## Configuration & Settings
|
## Configuration & Settings
|
||||||
|
|
||||||
Follow the Woo User Experience guidelines for [Settings](../user-experience/settings.md) and [Navigation](../user-experience/navigation.md).
|
Follow the Woo User Experience guidelines for [Settings](../ux-guidelines-extensions/settings.md) and [Navigation](../ux-guidelines-extensions/navigation.md).
|
||||||
|
|
||||||
Include sensible default settings to minimize the configuration effort for the user.
|
Include sensible default settings to minimize the configuration effort for the user.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue