From 7c76dd505ec5f9bf33d83388f70e9a3fd8cfbfe0 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 5 Feb 2018 17:33:05 +0000 Subject: [PATCH] Fix broken flow link (#585) --- content/docs/static-type-checking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/static-type-checking.md b/content/docs/static-type-checking.md index 3436c4c4..d4be1dae 100644 --- a/content/docs/static-type-checking.md +++ b/content/docs/static-type-checking.md @@ -6,7 +6,7 @@ prev: typechecking-with-prototypes.html next: refs-and-the-dom.html --- -Static type checkers like [Flow](https://flowtype.org/) and [TypeScript](https://www.typescriptlang.org/) identify certain types of problems before you even run your code. They can also improve developer workflow by adding features like auto-completion. For this reason, we recommend using Flow or TypeScript instead of `PropTypes` for larger code bases. +Static type checkers like [Flow](https://flow.org/) and [TypeScript](https://www.typescriptlang.org/) identify certain types of problems before you even run your code. They can also improve developer workflow by adding features like auto-completion. For this reason, we recommend using Flow or TypeScript instead of `PropTypes` for larger code bases. ## Flow