Skip to content

Commit

Permalink
docs: Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Jun 19, 2024
1 parent 793be82 commit c2a833b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ import { inertia, Link } from '@inertiajs/svelte'

:::

For more information on managing scroll position, please consult the documentation on [scroll management](/guide/scroll-management.md).
For more information on managing scroll position, please consult the documentation on [scroll management](/guide/scroll-management).

## Partial reloads

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/scroll-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ router.post('/users', data, {

:::

When using an [Inertia link](/guides/links), you can preserve the scroll position using the `preserveScroll` prop.
When using an [Inertia link](/guide/links), you can preserve the scroll position using the `preserveScroll` prop.

:::tabs key:frameworks
== Vue 2
Expand Down

0 comments on commit c2a833b

Please sign in to comment.