Skip to content

Commit ebd6988

Browse files
docs: Fix broken links (#1352)
Co-authored-by: Michael Taranto <[email protected]>
1 parent d333453 commit ebd6988

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/docs/api/add-function-serializer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parent: api
99
1010
Typically, if you try to export a function from one of your stylesheets, you'll get an error that you can only export plain objects, arrays, strings, numbers and `null`/`undefined`.
1111

12-
If you're wanting to create higher level abstractions like [Sprinkles](../../packages/sprinkles) or [Recipes](../../packages/recipes), this is a big problem!
12+
If you're wanting to create higher level abstractions like [Sprinkles](/documentation/packages/sprinkles) or [Recipes](/documentation/packages/recipes), this is a big problem!
1313

1414
To address this limitation, the `addFunctionSerializer` utility allows you to annotate your functions with instructions on how to serialize them.
1515

site/docs/packages/recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Create multi-variant styles with a type-safe runtime API, heavily inspired by [S
99

1010
As with the rest of vanilla-extract, all styles are generated at build time.
1111

12-
> 💡 Recipes is an optional package built on top of vanilla-extract using its [function serialization API.](../api/add-function-serializer) It doesn't have privileged access to vanilla-extract internals so you're also free to build alternative implementations.
12+
> 💡 Recipes is an optional package built on top of vanilla-extract using its [function serialization API.](/documentation/api/add-function-serializer) It doesn't have privileged access to vanilla-extract internals so you're also free to build alternative implementations.
1313
1414
## Setup
1515

site/docs/packages/sprinkles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Generate a static set of custom utility classes and compose them either statical
1111

1212
Basically, it’s like building your own zero-runtime, type-safe version of [Tailwind], [Styled System], etc.
1313

14-
> 💡 Sprinkles is an optional package built on top of vanilla-extract using its [function serialization API.](../api/add-function-serializer) It doesn't have privileged access to vanilla-extract internals so you're also free to build alternative implementations, e.g. [Rainbow Sprinkles.](https://github.com/wayfair/rainbow-sprinkles)
14+
> 💡 Sprinkles is an optional package built on top of vanilla-extract using its [function serialization API.](/documentation/api/add-function-serializer) It doesn't have privileged access to vanilla-extract internals so you're also free to build alternative implementations, e.g. [Rainbow Sprinkles.](https://github.com/wayfair/rainbow-sprinkles)
1515
1616
## Setup
1717

0 commit comments

Comments
 (0)