Skip to content

Commit fecc20f

Browse files
authored
Merge pull request #12 from Perl-Toolchain-Gang/Grinnz-patch-1
Fix section link to LIMITATIONS
2 parents 6e9f2e6 + 2957727 commit fecc20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/HTTP/Tiny.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Executes an HTTP request of the given method type ('GET', 'HEAD', 'POST',
351351
international domain names encoded.
352352
353353
B<NOTE>: Method names are B<case-sensitive> per the HTTP/1.1 specification.
354-
Don't use C<get> when you really want C<GET>. See L<LIMITATIONS> for
354+
Don't use C<get> when you really want C<GET>. See L</LIMITATIONS> for
355355
how this applies to redirection.
356356
357357
If the URL includes a "user:password" stanza, they will be used for Basic-style

0 commit comments

Comments
 (0)