From 71b95c0290bf4d6adbb0cb0b81c79c053c968da4 Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Wed, 7 Sep 2022 11:16:46 -0400 Subject: [PATCH] docs(misc): fix links on community page (#11915) --- nx-dev/nx-dev/pages/community.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx-dev/nx-dev/pages/community.tsx b/nx-dev/nx-dev/pages/community.tsx index 1bbaea311e..86057d46bc 100644 --- a/nx-dev/nx-dev/pages/community.tsx +++ b/nx-dev/nx-dev/pages/community.tsx @@ -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, }, {