Skip to content

Commit c5a3cbe

Browse files
committed
Merge pull request #568 from pelonpelon/patch-1
Update Link.md
2 parents 6767ed2 + cdfb58e commit c5a3cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/components/Link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Object, the parameters to fill in the dynamic segments of your route.
2020

2121
```js
2222
// given a route config like this
23-
<Route name="user" path="/user/:userId"/>
23+
<Route name="user" path="/users/:userId"/>
2424

2525
// create a link with this
2626
<Link to="user" params={{userId: "123"}}/>

0 commit comments

Comments
 (0)