diff --git a/docs/route.md b/docs/route.md index ddebe633..6bf16529 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) 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 @@
- - + +