Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Jul 15, 2023
1 parent f3d0fc8 commit 6bfb7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/ember/template/cli/Button.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const ButtonWithLinkToAnotherStory = {
</button>
`,
context: {
onClick: linkTo('example-introduction--page'),
onClick: linkTo('Example/Introduction'),
},
}),
name: 'button with link to another story',
Expand Down

0 comments on commit 6bfb7c0

Please sign in to comment.