From ed97771b11b3675317b78f14ab8556c59be577dd Mon Sep 17 00:00:00 2001 From: Suraj Date: Thu, 18 Jul 2024 14:45:19 +0530 Subject: [PATCH] fix: content changes --- .../src/guides/more/FAQs/index.nw.stories.mdx | 2 +- .../src/home/overview/Upgrade to v2/index.nw.stories.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/storybook-nativewind/src/guides/more/FAQs/index.nw.stories.mdx b/example/storybook-nativewind/src/guides/more/FAQs/index.nw.stories.mdx index dd9b5e44d..310b553eb 100644 --- a/example/storybook-nativewind/src/guides/more/FAQs/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/guides/more/FAQs/index.nw.stories.mdx @@ -117,7 +117,7 @@ import { - **Are there any known issues with gluestack v2?** - - You can check out the [troubleshooting](https://staging.gluestack.io/ui/docs/guides/more/troubleshooting#known-issues) page for this. + - You can check out the [troubleshooting](https://gluestack.io/ui/docs/guides/more/troubleshooting#known-issues) page for this. - **Are there any deprecated features from v1 that are not available in gluestack v2?** - Descendant Styling. diff --git a/example/storybook-nativewind/src/home/overview/Upgrade to v2/index.nw.stories.mdx b/example/storybook-nativewind/src/home/overview/Upgrade to v2/index.nw.stories.mdx index a88c3266b..d687bbc4c 100644 --- a/example/storybook-nativewind/src/home/overview/Upgrade to v2/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/home/overview/Upgrade to v2/index.nw.stories.mdx @@ -49,7 +49,7 @@ At this time, we fully support migration for users in **Scenario 1 and Scenario npx gluestack-ui@latest init ``` -To refer more about the gluestack-ui v2 installation, check [this](https://staging.gluestack.io/ui/docs/home/getting-started/installation). +To refer more about the gluestack-ui v2 installation, check [this](https://gluestack.io/ui/docs/home/getting-started/installation). ## Step 2 : Setup Tailwind CSS Import `global.css` / `globals.css` where Tailwind directives are defined. @@ -70,7 +70,7 @@ To add all the components run the following command: npx gluestack-ui@latest add --all ``` -You can add only the necessary components instead of including all. Check [here](https://staging.gluestack.io/ui/docs/components/heading). +You can add only the necessary components instead of including all. Check [here](https://gluestack.io/ui/docs/components/heading).