From cbce621570c3c8a908b7b7ff841bbe271e792ec2 Mon Sep 17 00:00:00 2001 From: Andrey Popp <8mayday@gmail.com> Date: Fri, 21 Feb 2014 15:51:27 +0400 Subject: [PATCH 1/2] docs: update react-router-component link --- docs/docs/complementary-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/complementary-tools.md b/docs/docs/complementary-tools.md index da2760b452..8006a962cb 100644 --- a/docs/docs/complementary-tools.md +++ b/docs/docs/complementary-tools.md @@ -36,7 +36,7 @@ If you want your project on this list, or think one of these projects should be * **[director](https://github.com/flatiron/director)** (for an example see [TodoMVC](https://github.com/tastejs/todomvc/blob/gh-pages/architecture-examples/react/js/app.jsx#L29)) * **[Backbone](http://backbonejs.org/)** (for an example see [github-issues-viewer](https://github.com/jaredly/github-issues-viewer)) * **[react-router](https://github.com/jaredly/react-router)** (example coming soon) - * **[react-router-component](https://github.com/andreypopp/react-router-component)** + * **[react-router-component](http://andreypopp.viewdocs.io/react-router-component)** ### Model management From da0b34e945617780dcdd72b8af1cbbc1e44099df Mon Sep 17 00:00:00 2001 From: Andrey Popp <8mayday@gmail.com> Date: Fri, 21 Feb 2014 18:30:19 +0400 Subject: [PATCH 2/2] docs: update link for react-async --- docs/docs/complementary-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/complementary-tools.md b/docs/docs/complementary-tools.md index 8006a962cb..dddff115dc 100644 --- a/docs/docs/complementary-tools.md +++ b/docs/docs/complementary-tools.md @@ -46,7 +46,7 @@ If you want your project on this list, or think one of these projects should be ### Data fetching - * **[react-async](https://github.com/andreypopp/react-async)** Adds a `getInitialStateAsync(cb)` method suitable for data fetching on both the client and the server. + * **[react-async](http://andreypopp.viewdocs.io/react-async)** Adds a `getInitialStateAsync(cb)` method suitable for data fetching on both the client and the server. * **[superagent](http://visionmedia.github.io/superagent/)** A lightweight "isomorphic" library for AJAX requests. ### UI components