Skip to content

Commit

Permalink
fix a link to manual-visits
Browse files Browse the repository at this point in the history
The link to `Manual visits` page was broken.

This PR should close inertiajs#238 once it is merged.
  • Loading branch information
zaherg authored Aug 16, 2022
1 parent 1299f28 commit 286ee24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/scroll-management.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Page = () => {
<H2>Scroll preservation</H2>
<P>
Sometimes it's desirable to prevent the default scroll resetting when making visits. You can disable this
behaviour using the <Code>preserveScroll</Code> option when manually <A href="/requests">making visits</A>.
behaviour using the <Code>preserveScroll</Code> option when manually <A href="/manual-visits">making visits</A>.
</P>
<CodeBlock
language="js"
Expand Down

0 comments on commit 286ee24

Please sign in to comment.