Skip to content

Commit 3bf2eeb

Browse files
authored
Merge pull request #1271 from aaronjheinen/patch-1
Update old namespace link and incorrect UI link
2 parents 61a3f80 + a7078fd commit 3bf2eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To test your project against the current latest version of storybook, you can cl
3232
npm link
3333

3434
cd <your-project>
35-
npm link @kadira/storybook
35+
npm link @storybook/react
3636

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

@@ -127,7 +127,7 @@ If an issue is a `bug`, and it doesn't have a clear reproduction that you have p
127127

128128
## Development Guide
129129

130-
> 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.
130+
> If you want to work on a UI feature, refer to the [Storybook UI](https://github.com/storybooks/storybook/tree/master/lib/ui) page.
131131
132132
This project written in ES2016+ syntax so, we need to transpile it before use.
133133
So run the following command:

0 commit comments

Comments
 (0)