From 59c439bd9f4d87347a7b69aa212ed2ac3b682ed4 Mon Sep 17 00:00:00 2001
From: Scott Ranger <millenniumnight@googlemail.com>
Date: Thu, 4 May 2017 15:23:45 +0100
Subject: [PATCH] Fixed documentation link for storybook in README.md (#2081)

---
 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 db2553016..1c781cbe9 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -1199,7 +1199,7 @@ Learn more about React Storybook:
 
 * Screencast: [Getting Started with React Storybook](https://egghead.io/lessons/react-getting-started-with-react-storybook)
 * [GitHub Repo](https://github.com/kadirahq/react-storybook)
-* [Documentation](https://getstorybook.io/docs)
+* [Documentation](https://storybooks.js.org/docs/react-storybook/basics/introduction/)
 * [Snapshot Testing](https://github.com/kadirahq/storyshots) with React Storybook
 
 ## Making a Progressive Web App
-- 
GitLab