From c197da30b3c9d4c42a05935bf2ecc74b262bfd51 Mon Sep 17 00:00:00 2001 From: Allan Chain <36528777+AllanChain@users.noreply.github.com> Date: Sat, 16 Oct 2021 18:30:32 +0800 Subject: [PATCH] chore: fix broken link in react native template --- .../src/generators/REACT_NATIVE/template-csf/storybook/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/src/generators/REACT_NATIVE/template-csf/storybook/index.js b/lib/cli/src/generators/REACT_NATIVE/template-csf/storybook/index.js index f6a30232e53..a3f531cc17e 100644 --- a/lib/cli/src/generators/REACT_NATIVE/template-csf/storybook/index.js +++ b/lib/cli/src/generators/REACT_NATIVE/template-csf/storybook/index.js @@ -14,7 +14,7 @@ configure(() => { require('./stories'); }, module); -// Refer to https://github.com/storybookjs/storybook/tree/master/app/react-native#start-command-parameters +// Refer to https://github.com/storybookjs/react-native/tree/master/app/react-native#getstorybookui-options // To find allowed options for getStorybookUI const StorybookUIRoot = getStorybookUI({});