Skip to content

Commit f81c8e4

Browse files
committed
Update ServerRendering.md
1 parent 05e37d4 commit f81c8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/advanced/ServerRendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Server rendering is a bit different than in a client because you'll want to:
88

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

11-
- `match` to match the routes to a location without rendering
11+
- [`match`](https://github.com/rackt/react-router/blob/master/docs/API.md#matchlocation-cb) to match the routes to a location without rendering
1212
- `RoutingContext` for synchronous rendering of route components
1313

1414
It looks something like this with an imaginary JavaScript server:

0 commit comments

Comments
 (0)