Skip to content

Commit

Permalink
docs: Update docs for Link
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn authored Sep 17, 2024
1 parent dc75a99 commit 2b36363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/routing/navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To ensure consistent usage in your app, you can consider [linting for usage of t

### `Link`

This component wraps [`next/link`](https://nextjs.org/docs/app/api-reference/components/link) and automatically prefixes the `href` with the either the current locale or a locale the user is switching to as necessary.
This component wraps [`next/link`](https://nextjs.org/docs/app/api-reference/components/link) and automatically incorporates your routing strategy.

<Tabs storageKey="pathnames" items={['Shared pathnames', 'Localized pathnames']}>
<Tab>
Expand Down

0 comments on commit 2b36363

Please sign in to comment.