diff --git a/README.md b/README.md index 73d5e4f73..9b58f4cbe 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Documentation -You can find detailed documentation for each component, including a list of props and examples, in https://gluestack.io/style/docs website. +You can find detailed documentation for each component, including a list of props and examples, in https://gluestack.io/style/docs/getting-started/installation website. ## Features diff --git a/example/storybook/src/overview/Introduction/index.stories.mdx b/example/storybook/src/overview/Introduction/index.stories.mdx index b087627bb..d50cf31f1 100644 --- a/example/storybook/src/overview/Introduction/index.stories.mdx +++ b/example/storybook/src/overview/Introduction/index.stories.mdx @@ -20,7 +20,7 @@ gluestack-style is different from other styling libraries like Glamour, Emotion, gluestack-style originally started as part of NativeBase, a universal component library for both React and React Native. However, we realized that not everyone needs all the components from NativeBase, so we broke it down into two separate libraries: - [gluestack-style](https://gluestack.io/style) - The high-performing and universal styling library. -- [gluestack-ui](https://gluestack.io/ui/docs) (Alpha) - A set of ready-to-use universal components that can be added to any project and styled to fit your needs. You can even customize the components as desired. +- [gluestack-ui](https://gluestack.io/ui/docs/overview/introduction) (Alpha) - A set of ready-to-use universal components that can be added to any project and styled to fit your needs. You can even customize the components as desired. ## But aren’t React Native and React Native Web sufficient? diff --git a/packages/react/README.md b/packages/react/README.md index 1879d8ca9..8fd03d508 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -10,7 +10,7 @@ ## Documentation -You can find detailed documentation for each component, including a list of props and examples, in https://gluestack.io/style/docs website. +You can find detailed documentation for each component, including a list of props and examples, in https://gluestack.io/style/docs/getting-started/installation website. ## Installation