From 3abc97d410bd6302f1233a13618890b9d6b0d7ba Mon Sep 17 00:00:00 2001 From: amars29 Date: Wed, 9 Aug 2023 15:11:21 +0530 Subject: [PATCH] fix: links --- .../src/getting-started/Installation/index.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/storybook/src/getting-started/Installation/index.stories.mdx b/example/storybook/src/getting-started/Installation/index.stories.mdx index 0e0fbdf69..7d0c71d61 100644 --- a/example/storybook/src/getting-started/Installation/index.stories.mdx +++ b/example/storybook/src/getting-started/Installation/index.stories.mdx @@ -49,4 +49,4 @@ Refer the guides shown below to setup gluestack-style in your Expo or Next.js ap Throughout this guide, we have provided detailed instructions on how to install `gluestack-style` in your Expo or Next.js application and configure its settings to ensure optimal performance. We highly recommend taking the time to familiarize yourself with the various aspects of gluestack-style, such as its configuration options and styled provider functionality, as well as the styled function. -To get started, we suggest reviewing the [config](https://www.style.gluestack.io/docs/configuration/theme-tokens) and [provider](https://www.style.gluestack.io/docs/getting-started/styled-provider) sections to gain a deeper understanding of aliases and tokens works. Once you have a solid grasp of these concepts, you can begin experimenting with the [styled](https://www.style.gluestack.io/docs/getting-started/styled) function and applying it to your project as needed. +To get started, we suggest reviewing the [config](https://style.gluestack.io/docs/configuration/theme-tokens) and [provider](https://style.gluestack.io/docs/getting-started/styled-provider) sections to gain a deeper understanding of aliases and tokens works. Once you have a solid grasp of these concepts, you can begin experimenting with the [styled](https://style.gluestack.io/docs/getting-started/styled) function and applying it to your project as needed.