From 74cce6e028353b9a4915bb93d07196ca76e0b597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Tue, 2 Jan 2024 21:57:24 +0100 Subject: [PATCH] docs: fix link Closes #31 --- website/pages/docs/guides/styling-any-component.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/guides/styling-any-component.mdx b/website/pages/docs/guides/styling-any-component.mdx index b2fc217..9b90a79 100644 --- a/website/pages/docs/guides/styling-any-component.mdx +++ b/website/pages/docs/guides/styling-any-component.mdx @@ -26,7 +26,7 @@ export default () => ( ); ``` -If you need to specify some default props, you can use [additional props](/guides/additional-props). For example you can define the `sideOffset` by default using `attrs` constructor: +If you need to specify some default props, you can use [additional props](/docs/guides/additional-props). For example you can define the `sideOffset` by default using `attrs` constructor: ```tsx const HoverCardContent = twc(HoverCard.Content).attrs({