diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 784f2ec367f9..a1b491e361a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ To test your project against the current latest version of storybook, you can cl npm link cd - npm link @kadira/storybook + npm link @storybook/react # repeat with whichever other parts of the monorepo you are using. @@ -127,7 +127,7 @@ If an issue is a `bug`, and it doesn't have a clear reproduction that you have p ## Development Guide -> If you want to work on a UI feature, refer to the [Storybook UI](https://github.com/storybooks/storybook/tree/master/packages/storybook-ui) project. +> If you want to work on a UI feature, refer to the [Storybook UI](https://github.com/storybooks/storybook/tree/master/lib/ui) page. This project written in ES2016+ syntax so, we need to transpile it before use. So run the following command: