From 032e62196e3c4c3c9864da8815aba0304153486c Mon Sep 17 00:00:00 2001 From: Gavin Gilmour Date: Sat, 25 Nov 2017 14:52:32 +0100 Subject: [PATCH] Update Prettier editor integration link (#3503) --- 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 d8ee5fb5c6e..c4ee34dcc2e 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -335,7 +335,7 @@ Next we add a 'lint-staged' field to the `package.json`, for example: Now, whenever you make a commit, Prettier will format the changed files automatically. You can also run `./node_modules/.bin/prettier --single-quote --write "src/**/*.{js,jsx}"` to format your entire project for the first time. -Next you might want to integrate Prettier in your favorite editor. Read the section on [Editor Integration](https://github.com/prettier/prettier#editor-integration) on the Prettier GitHub page. +Next you might want to integrate Prettier in your favorite editor. Read the section on [Editor Integration](https://prettier.io/docs/en/editors.html) on the Prettier GitHub page. ## Changing the Page ``