Skip to content

Commit 93cdf94

Browse files
chtseactimdorr
authored andcommitted
Fix link to location.md (#5676)
The `./` there is important to give the correct link when rendered
1 parent d972088 commit 93cdf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/docs/api/Switch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This is also useful for animated transitions since the matched `<Route>` is rend
5151

5252
## location: object
5353

54-
A [`location`](location.md) object to be used for matching children elements instead of the current history location (usually the current browser URL).
54+
A [`location`](./location.md) object to be used for matching children elements instead of the current history location (usually the current browser URL).
5555

5656
## children: node
5757

0 commit comments

Comments
 (0)