diff --git a/addons/links/README.md b/addons/links/README.md index 23c5d534797..6ca46168c97 100644 --- a/addons/links/README.md +++ b/addons/links/README.md @@ -150,4 +150,4 @@ It accepts all the props the `a` element does, plus `story` and `kind`. It the ` >Go to Second ``` -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.