From 1583c76e3dcd1ec827214cfbd7228d30e729fabb Mon Sep 17 00:00:00 2001 From: Hugo Freitas Date: Mon, 26 Sep 2016 09:58:58 -0300 Subject: [PATCH 1/2] Update react links fb.me is blocked on certain LAN's breaking the example and isn't the recommended link in https://facebook.github.io/react/downloads.html --- examples/dbmonster/react/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dbmonster/react/index.html b/examples/dbmonster/react/index.html index a0f6b203..d40c161d 100644 --- a/examples/dbmonster/react/index.html +++ b/examples/dbmonster/react/index.html @@ -8,8 +8,8 @@
- - + + From 45ebf2f2db14b6c0c20baaf2b05ad62cc8a54841 Mon Sep 17 00:00:00 2001 From: Hugo Freitas Date: Thu, 29 Sep 2016 12:45:12 -0300 Subject: [PATCH 2/2] Fix RouteResolver link --- docs/route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/route.md b/docs/route.md index c8428b98..2be3c21f 100644 --- a/docs/route.md +++ b/docs/route.md @@ -29,7 +29,7 @@ Argument | Type | Required | D ---------------------- | ---------------------------------------- | -------- | --- `root` | `Element` | Yes | A DOM element that will be the parent node to the subtree `defaultRoute` | `String` | Yes | The route to redirect to if the current URL does not match a route -`routes` | `Object` | Yes | An object whose keys are route strings and values are either components or a [RouteResolver](advanced-component-resolution.md) +`routes` | `Object` | Yes | An object whose keys are route strings and values are either components or a [RouteResolver](#routeresolver) **returns** | | | Returns `undefined` [How to read signatures](signatures.md)