From 4367f33cf52dbb8056f502f5ce33540d02d6dfce Mon Sep 17 00:00:00 2001 From: wo-o29 Date: Thu, 28 Aug 2025 23:23:36 +0900 Subject: [PATCH] docs: outdated Flow URL in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 23fbc65ab57..765d7a50a80 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. - 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). + 9. Run the [Flow](https://flow.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html