From 2b363635db6542d726e6a4231bf1ac579fad7322 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Tue, 17 Sep 2024 17:18:18 +0200 Subject: [PATCH] docs: Update docs for `Link` --- docs/pages/docs/routing/navigation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/routing/navigation.mdx b/docs/pages/docs/routing/navigation.mdx index d9c49d076..34e7f722a 100644 --- a/docs/pages/docs/routing/navigation.mdx +++ b/docs/pages/docs/routing/navigation.mdx @@ -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.