We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6767ed2 + cdfb58e commit c5a3cbeCopy full SHA for c5a3cbe
docs/api/components/Link.md
@@ -20,7 +20,7 @@ Object, the parameters to fill in the dynamic segments of your route.
20
21
```js
22
// given a route config like this
23
-<Route name="user" path="/user/:userId"/>
+<Route name="user" path="/users/:userId"/>
24
25
// create a link with this
26
<Link to="user" params={{userId: "123"}}/>
0 commit comments