From acd9b66af1fdfbbdc24e36c92d23a4a4ec2af667 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Tue, 18 Apr 2017 13:54:45 -0700 Subject: [PATCH] Deep-linking doesn't work yet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21dd38587e19..095a7ea1a58d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Storybook is a development environment for React UI components. It allows you to Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies. -Storybook comes with a lot of [addons](https://storybooks.js.org/docs/react-storybook/addons/introduction) for component design, documentation, testing, interactivity, and so on. Storybook's easy-to-use API makes it easy to configure and extend in various ways. It has even been extended to support React Native development for mobile. +Storybook comes with a lot of [addons](https://storybooks.js.org) for component design, documentation, testing, interactivity, and so on. Storybook's easy-to-use API makes it easy to configure and extend in various ways. It has even been extended to support React Native development for mobile. ## Getting Started