Skip to content

Commit

Permalink
update old namespace link and incorrect UI link
Browse files Browse the repository at this point in the history
I noticed the npm link command is out of date in the contribution guide and updated it to what I believe it should be, as well as a link to the Storybook UI page.
  • Loading branch information
aaronranard authored Jun 13, 2017
1 parent 36d7ec2 commit d8c032d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ To test your project against the current latest version of storybook, you can cl

2. Link `storybook` and any other required dependencies

cd packages/react-storybook
cd app/react
npm link

cd <your-project>
npm link @kadira/storybook
npm link @storybook/react

# repeat with whichever other parts of the monorepo you are using.

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d8c032d

Please sign in to comment.