Skip to content

Commit

Permalink
Merge pull request #10653 from Naturalclar/docs/fixBrokenLinks
Browse files Browse the repository at this point in the history
docs: fix broken link in README
  • Loading branch information
shilman committed May 8, 2020
1 parent a69446d commit aa190e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/links/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ It accepts all the props the `a` element does, plus `story` and `kind`. It the `
>Go to Second</LinkTo>
```

To implement such a component for another framework, you need to add special handling for `click` event on native `a` element. See [`RoutedLink` sources](https://github.com/storybookjs/storybook/blob/master/lib/components/src/navigation/routed_link.js#L4-L9) for reference.
To implement such a component for another framework, you need to add special handling for `click` event on native `a` element. See [`RoutedLink` sources](https://github.com/storybookjs/storybook/blob/master/addons/links/src/react/components/RoutedLink.js#L20-L24) for reference.

0 comments on commit aa190e5

Please sign in to comment.