Skip to content

Commit b88919e

Browse files
authored
docs: Update links to actions docs page (#785)
1 parent a3ead1c commit b88919e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/template/cli/stories/Button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const meta = {
1717
],
1818
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
1919
tags: ['autodocs'],
20-
// Use `fn` to spy on the onPress arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args
20+
// Use `fn` to spy on the onPress arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#story-args
2121
args: { onPress: fn() },
2222
} satisfies Meta<typeof Button>;
2323

0 commit comments

Comments
 (0)