From c8d7179aff0ab54131cd9682708111f562b31d06 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Tue, 18 Sep 2018 14:09:10 -0700 Subject: [PATCH] Update README.md It doesn't seem right to send people toward a paywalled resource when there are free ones available. I put in the first Youtube result which is a free tutorial by the same name from FullStack Academy, but I'm also in favor of replacing this link with a Youtube search for the term. ```https://www.youtube.com/results?search_query=getting+started+with+react+storybook``` --- 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 5bbfc5f676f..826f44692ce 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) +* Screencast: [Getting Started with React Storybook](https://www.youtube.com/watch?v=E2c183LS4lA) * [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