From d4138c5997855d9111fc450dc76a4178aa926269 Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Wed, 30 Oct 2024 03:02:58 -0700 Subject: [PATCH] docs:fix broken links --- docs/docs/components/transfer.md | 2 +- docs/docs/help/migrating.md | 2 +- docs/docs/principles/forms.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/components/transfer.md b/docs/docs/components/transfer.md index f0f0c9113..bec7b406f 100644 --- a/docs/docs/components/transfer.md +++ b/docs/docs/components/transfer.md @@ -150,7 +150,7 @@ The footer component is as follows: - Different types of data will need different loading strategies. - Use a [`Loader`](loading.md) to block interaction if using the transfer while loading is taking place can cause problems. -- A common pattern is loading more options as a user scrolls. See the [Transfer: Infinite Loading recipe](/ui/recipes/transfer-infinite-loading-all-options-selected) for more information. +- A common pattern is loading more options as a user scrolls. See the [Transfer: Infinite Loading recipe](/design/recipes/transfer-infinite-loading-all-options-selected) for more information. ## API Reference diff --git a/docs/docs/help/migrating.md b/docs/docs/help/migrating.md index 36c4a2641..086e384aa 100644 --- a/docs/docs/help/migrating.md +++ b/docs/docs/help/migrating.md @@ -2,7 +2,7 @@ ## Migrating from < v5 -A number of important changes were introduced in UI version 5.0.0. To see more about these changes and how to migrate from older versions, see [this blog post](/blog/ui-5-release) at the developer portal. +A number of important changes were introduced in UI version 5.0.0. To see more about these changes and how to migrate from older versions, see [this blog post](/blog/2020/05/ui-5-release/) at the developer portal. ## Migrating from < v6 diff --git a/docs/docs/principles/forms.md b/docs/docs/principles/forms.md index 3624db76c..f8f21f657 100644 --- a/docs/docs/principles/forms.md +++ b/docs/docs/principles/forms.md @@ -56,7 +56,7 @@ Forms are made up of different types of inputs. There are various inputs availab ## Form actions -A form should always have a single, clear primary action. Often this action is 'Submit' or 'Save data'. Make sure the user understands what will happen when they submit a form. Additional options, like 'Save and add another', can be offered, but only a single primary action should be included. Make sure the action button label accurately describes the action. See the [content and communication section](/ui/principles/content-communication) for more information of writing effective button labels. +A form should always have a single, clear primary action. Often this action is 'Submit' or 'Save data'. Make sure the user understands what will happen when they submit a form. Additional options, like 'Save and add another', can be offered, but only a single primary action should be included. Make sure the action button label accurately describes the action. See the [content and communication section](/design/principles/content-communication) for more information of writing effective button labels. ![example of clear form actions](/images/forms/actions.png)