You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/API.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ A `<Link>` can know when the route it links to is active and automatically apply
109
109
##### `to`
110
110
A [location descriptor](https://github.com/mjackson/history/blob/master/docs/Glossary.md#locationdescriptor). Usually this is a string or an object, with the following semantics:
111
111
112
-
* If it's a string it represents the path to link to, e.g. `/users/123`.
112
+
* If it's a string it represents the absolute path to link to, e.g. `/users/123` (relative paths are not supported).
113
113
* If it's an object it can have four keys:
114
114
*`pathname`: A string representing the path to link to.
115
115
*`query`: An object of key:value pairs to be stringified.
0 commit comments