From 555bd06c8b1f8ed622b9bd641d319456bfb62d19 Mon Sep 17 00:00:00 2001 From: sommeeeR <91796856+sommeeeer@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:51:44 +0200 Subject: [PATCH] docs: fix leading slash in link url (#70074) Co-authored-by: JJ Kasper --- docs/02-app/02-api-reference/01-components/link.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/02-api-reference/01-components/link.mdx b/docs/02-app/02-api-reference/01-components/link.mdx index 5569201aa8f4f..8551d9021ce05 100644 --- a/docs/02-app/02-api-reference/01-components/link.mdx +++ b/docs/02-app/02-api-reference/01-components/link.mdx @@ -599,7 +599,7 @@ If you'd like to scroll to a specific `id` on navigation, you can append your UR ### Linking to dynamic route segments -For [dynamic route segments](docs/app/building-your-application/routing/dynamic-routes), it can be handy to use template literals to create the link's path. +For [dynamic route segments](/docs/app/building-your-application/routing/dynamic-routes), it can be handy to use template literals to create the link's path.