Skip to content

Commit 4d1227e

Browse files
gavingplacenamehere
authored andcommitted
Update Prettier editor integration link (facebook#3503)
1 parent ff1a94d commit 4d1227e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Next we add a 'lint-staged' field to the `package.json`, for example:
335335

336336
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.
337337

338-
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.
338+
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.
339339

340340
## Changing the Page `<title>`
341341

0 commit comments

Comments
 (0)