Skip to content

Commit 37b74ff

Browse files
committed
Merge pull request #3157 from callumacrae/patch-1
Fixed bad link in docs
2 parents eb382aa + a18dbfc commit 37b74ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/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`](/docs/API.md#match-routes-location-options--cb) to match the routes to a location without rendering
11+
- [`match`](/docs/API.md#match-routes-location-history-options--cb) to match the routes to a location without rendering
1212
- `RouterContext` for synchronous rendering of route components
1313

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

0 commit comments

Comments
 (0)