From 04c3d9119c571a0b0526f328a18736bf6215a676 Mon Sep 17 00:00:00 2001 From: Jacklyn Biggin Date: Tue, 9 Apr 2024 12:56:10 -0400 Subject: [PATCH] Fix broken links in payments onboarding doc (#46388) --- docs/docs-manifest.json | 10 +++++++--- docs/ux-guidelines-payments/payments-onboarding.md | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/docs-manifest.json b/docs/docs-manifest.json index 820771ccdf5..a25923e0c57 100644 --- a/docs/docs-manifest.json +++ b/docs/docs-manifest.json @@ -1025,9 +1025,13 @@ "post_title": "User Experience Guidelines - 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", - "hash": "a7e978ec3ab241db1aca5e5e764e3dfe80d33d6f23aef25f4588c7b81826f60a", + "hash": "b564c61dbaca4c883b94f3a82051e3baf1738337ea38ac29d2eb95bb1dfe8269", "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", @@ -1225,5 +1229,5 @@ "categories": [] } ], - "hash": "ca4e8cf017f1d274d9a54145357cc749a46b12e65de712ab889b7130ccd54abf" + "hash": "475ba7169c5ec1f917d5595e9dff436aa4338e8a913ef5bd5929eea7227259ee" } \ No newline at end of file diff --git a/docs/ux-guidelines-payments/payments-onboarding.md b/docs/ux-guidelines-payments/payments-onboarding.md index 36613a5609c..21d3494d503 100644 --- a/docs/ux-guidelines-payments/payments-onboarding.md +++ b/docs/ux-guidelines-payments/payments-onboarding.md @@ -24,7 +24,7 @@ If manual entry of API keys is required, design the setup process to be as simpl ## 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.