From c00ec1d4f7da3b8692ffc1ec17783a4bb763f41e Mon Sep 17 00:00:00 2001 From: Marin Minnerly Date: Sat, 16 Nov 2024 09:48:39 -0800 Subject: [PATCH] Try to fix link --- docs/docs/creating-stories/writing-stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/creating-stories/writing-stories.mdx b/docs/docs/creating-stories/writing-stories.mdx index b656b17a..1abf63cb 100644 --- a/docs/docs/creating-stories/writing-stories.mdx +++ b/docs/docs/creating-stories/writing-stories.mdx @@ -48,7 +48,7 @@ To connect it back to Studio, these files could simply be stored in ReplicatedSt By default, flipbook uses a function-based renderer with support for Roblox Instances to get you up and running. Simply returning an Instance allows flipbook to manage the creation and destruction of that Instance so you don't leak memory while working. -flipbook also has built-in support for UI libraries like [React](/docs/frameworks/react) and [Fusion](/docs/frameworks/fusion). The full list can be seen on the [Frameworks](/docs/frameworks) page. +flipbook also has built-in support for UI libraries like [React](/docs/frameworks/react) and [Fusion](/docs/frameworks/fusion). The full list can be seen on the [Frameworks](/docs/frameworks/) page. You can tell flipbook to use a particular UI library by passing in the `packages` object. Here's an example with React: