From c4b80857932008a974a3c54f47a2358d69c40434 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Sun, 9 Dec 2018 16:36:32 -0700 Subject: [PATCH] Make links to docs consistent in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 374f2ea5ea5..881ba7f4ad5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Create React apps with no build configuration. - [Creating an App](#creating-an-app) – How to create a new app. -- [User Guide](https://facebook.github.io/create-react-app/docs/folder-structure) – How to develop apps bootstrapped with Create React App. +- [User Guide](https://facebook.github.io/create-react-app/) – How to develop apps bootstrapped with Create React App. Create React App works on macOS, Windows, and Linux.
If something doesn’t work, please [file an issue](https://github.com/facebook/create-react-app/issues/new).