Skip to content

Commit dc2d60e

Browse files
committed
fix links in docs
1 parent e8d7407 commit dc2d60e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/pages/reference/actionsheet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ A list of routes for this actions sheet if any.
360360

361361
| Type | Required |
362362
| --------------------------- | -------- |
363-
| [/reference/route](Route[]) | no |
363+
| [`Route[]`](/reference/route) | no |
364364

365365
## `onNavigate(route: string)`
366366

docs/pages/reference/userouter.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
A hook that helps you navigate between routes inside the sheet.
44

5-
## `currentRoute:[/reference/route](Route)`
5+
## `currentRoute:`[`Route`](/reference/route)
66

77
The current navigation route in stack that has been navigated to.
88

9-
## `navigate(name: string, params?: any, snap?: number)`
9+
## `navigate`
1010

1111
Navigate to a route
1212

@@ -36,7 +36,7 @@ Snap value for navigation animation. Between -100 to 100. A positive value snaps
3636
| ----------- | -------- |
3737
| -100 to 100 | true |
3838

39-
## `goBack(name?:string, snap?:number)`
39+
## `goBack`
4040

4141
Navigate back from a route.
4242

@@ -70,7 +70,7 @@ Pop to top of the stack
7070

7171
Check whether any routes have been registered with this sheet.
7272

73-
## `stack: [/reference/route](Route[])`
73+
## `stack:`[`Route[]`](/reference/route)
7474

7575
Get the current rendered stack.
7676

0 commit comments

Comments
 (0)