Skip to content

Commit 143a4bc

Browse files
committed
Update overview.md
fix link to Router.create
1 parent a141ab5 commit 143a4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ By default, the router will manage the scroll position between route
394394
transitions. When a user clicks "back" or "forward", it will restore
395395
their scroll position. If they visit a new route, it will automatically
396396
scroll the window to the top. You can configure this option with
397-
[Router.create][create].
397+
[Router.create](../api/create.md).
398398

399399
Bells and Whistles
400400
------------------

0 commit comments

Comments
 (0)