Skip to content

Commit 46dc86d

Browse files
authored
Fix links to MAPPING section
1 parent 3a3b860 commit 46dc86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/JSON/PP.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ and are also used to represent JSON C<true> and C<false> in Perl strings.
17541754
On perl 5.36 and above, will also return true when given one of perl's
17551755
standard boolean values, such as the result of a comparison.
17561756
1757-
See L<MAPPING>, below, for more information on how JSON values are mapped to
1757+
See L</MAPPING>, below, for more information on how JSON values are mapped to
17581758
Perl.
17591759
17601760
=head1 OBJECT-ORIENTED INTERFACE
@@ -2413,7 +2413,7 @@ objects into JSON numbers.
24132413
print $json->encode($bigfloat);
24142414
# => 2.000000000000000000000000001
24152415
2416-
See also L<MAPPING>.
2416+
See also L</MAPPING>.
24172417
24182418
=head2 loose
24192419

0 commit comments

Comments
 (0)