Skip to content

Commit

Permalink
Merge pull request #3157 from callumacrae/patch-1
Browse files Browse the repository at this point in the history
Fixed bad link in docs
  • Loading branch information
taion committed Mar 7, 2016
2 parents eb382aa + a18dbfc commit 37b74ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/ServerRendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Server rendering is a bit different than in a client because you'll want to:

To facilitate these needs, you drop one level lower than the [`<Router>`](/docs/API.md#Router) API with:

- [`match`](/docs/API.md#match-routes-location-options--cb) to match the routes to a location without rendering
- [`match`](/docs/API.md#match-routes-location-history-options--cb) to match the routes to a location without rendering
- `RouterContext` for synchronous rendering of route components

It looks something like this with an imaginary JavaScript server:
Expand Down

0 comments on commit 37b74ff

Please sign in to comment.