docs(misc): fix links on community page (#11915)

This commit is contained in:
Jack Hsu 2022-09-07 11:16:46 -04:00 committed by GitHub
parent a0904a601b
commit 71b95c0290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,13 +139,13 @@ export default function Community(props: CommunityProps): JSX.Element {
description:
"React Native brings React's declarative UI framework to iOS and Android.",
name: '@nrwl/react-native',
url: 'https://nx.dev/react-packages/native',
url: 'https://nx.dev/packages/react-native',
isOfficial: true,
},
{
description: 'Storybook is a development environment for UI components.',
name: '@nrwl/storybook',
url: 'https://nx.dev/storybook/overview-react',
url: 'https://nx.dev/packages/storybook',
isOfficial: true,
},
{