From 6164a2661747adfedad78114b0e087c8a5a70990 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Thu, 20 Sep 2018 10:36:13 -0700 Subject: [PATCH] Remove paywalled tutorial link for Storybook (#5035) Swapping out a paid Storybook video link for free text tutorials! --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 5bbfc5f676..2d3594dbca 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -1770,7 +1770,7 @@ After that, follow the instructions on the screen. Learn more about React Storybook: -* Screencast: [Getting Started with React Storybook](https://egghead.io/lessons/react-getting-started-with-react-storybook) +* [Learn Storybook](https://www.learnstorybook.com/) * [GitHub Repo](https://github.com/storybooks/storybook) * [Documentation](https://storybook.js.org/basics/introduction/) * [Snapshot Testing UI](https://github.com/storybooks/storybook/tree/master/addons/storyshots) with Storybook + addon/storyshot