From f40682a58342022d31aa7222d83b4b38029bdb74 Mon Sep 17 00:00:00 2001 From: Eugene Kopich Date: Wed, 25 Apr 2018 13:39:58 +0300 Subject: [PATCH] new "Flow" URL (2) (#839) --- content/docs/codebase-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/codebase-overview.md b/content/docs/codebase-overview.md index e8f819f1..36bf95e4 100644 --- a/content/docs/codebase-overview.md +++ b/content/docs/codebase-overview.md @@ -103,7 +103,7 @@ if (__DEV__) { ### Flow -We recently started introducing [Flow](https://flowtype.org/) checks to the codebase. Files marked with the `@flow` annotation in the license header comment are being typechecked. +We recently started introducing [Flow](https://flow.org/) checks to the codebase. Files marked with the `@flow` annotation in the license header comment are being typechecked. We accept pull requests [adding Flow annotations to existing code](https://github.com/facebook/react/pull/7600/files). Flow annotations look like this: