Skip to content

Commit 0145fd0

Browse files
committed
wip
1 parent 3e88e33 commit 0145fd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/js/Pages/file-uploads.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ export default function () {
208208
workaround for this limitation is to simply upload files using a <Code>POST</Code> request instead.
209209
</P>
210210
<P>
211-
However, some frameworks, such as{' '}
212-
<a href="https://laravel.com/docs/8.x/routing#form-method-spoofing">Laravel</a> and{' '}
211+
However, some frameworks, such as <a href="https://laravel.com/docs/routing#form-method-spoofing">Laravel</a>{' '}
212+
and{' '}
213213
<a href="https://guides.rubyonrails.org/form_helpers.html#how-do-forms-with-patch-put-or-delete-methods-work-questionmark">
214214
Rails
215215
</a>

resources/js/Pages/manual-visits.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default function () {
238238
Laravel. Instead, make the request via <Code color="orange">post</Code>, including a{' '}
239239
<Code color="orange">_method</Code> field set to <Code color="orange">put</Code> or{' '}
240240
<Code color="orange">patch</Code>. This is called{' '}
241-
<A href="https://laravel.com/docs/8.x/routing#form-method-spoofing">form method spoofing</A>.
241+
<A href="https://laravel.com/docs/routing#form-method-spoofing">form method spoofing</A>.
242242
</Notice>
243243
<H2>Data</H2>
244244
<P>

0 commit comments

Comments
 (0)