From e5c8559afdd6ff0df1723af78bb8f63d85dcb245 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Sun, 18 Feb 2024 23:58:58 +0100 Subject: [PATCH] docs: fix link --- docs/app/routes/docs.components.use-spring.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/routes/docs.components.use-spring.mdx b/docs/app/routes/docs.components.use-spring.mdx index b4996d9df1..5e16ad286a 100644 --- a/docs/app/routes/docs.components.use-spring.mdx +++ b/docs/app/routes/docs.components.use-spring.mdx @@ -17,7 +17,7 @@ export const meta = formatFrontmatterToRemixMeta(frontmatter) # useSpring -Our flagship hook. Applicable to most use-cases. If you want to orchestrate many of these hooks, consider using [`useSprings`](/components/use-springs). +Our flagship hook. Applicable to most use-cases. If you want to orchestrate many of these hooks, consider using [`useSprings`](/docs/components/use-springs). ## Usage