Skip to content

Commit

Permalink
docs:fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Topener committed Oct 30, 2024
1 parent fec30fb commit d4138c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/components/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/help/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/principles/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d4138c5

Please sign in to comment.