From e92ecfca08ecb99504c43d6c89333997e23bc7bf Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 23 Oct 2014 20:59:06 +0300 Subject: [PATCH] Update link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e14308d9e7bf41..993f826f9f83f8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An application architecture for React utilizing a unidirectional data flow. ## Documentation Please read the blog post announcing Flux: ["An Application Architecture for React"](http://facebook.github.io/react/blog/2014/05/06/flux.html). -Then read more about the [Flux architecture](http://facebook.github.io/react/docs/flux-overview.html) and dive into our [TodoMVC tutorial](http://facebook.github.io/flux/docs/todo-list.html). +Then read more about the [Flux architecture](http://facebook.github.io/flux/docs/overview.html) and dive into our [TodoMVC tutorial](http://facebook.github.io/flux/docs/todo-list.html). Going further, please take a look at our in-depth examination of [action creators and the dispatcher](http://facebook.github.io/react/blog/2014/07/30/flux-actions-and-the-dispatcher.html).