Skip to content

Commit 804b5fe

Browse files
author
Karl Williamson
committed
perldelta: Fix broken links
Apparently the writers of perldiag realized that "%s%s" is the same as %s for the purposes of diagnostics, so there is no anchor for the removed link.
1 parent d33333e commit 804b5fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pod/perldelta.pod

+1-4
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ Details are in L<perlrecharclass/Unicode Properties>.
567567
User-defined property handlers that need to match differently under C</i>
568568
must be changed to read the new boolean parameter passed to them, which
569569
is non-zero if case-insensitive matching is in effect and 0 otherwise.
570-
See L<perluniprops/User-Defined Character Properties>.
570+
See L<perlunicode/User-Defined Character Properties>.
571571

572572
=head3 \p{} implies Unicode semantics
573573

@@ -2324,9 +2324,6 @@ L<Ambiguous use of %c resolved as operator %c|perldiag/"Ambiguous use of %c reso
23242324

23252325
L<Ambiguous use of %c{%s} resolved to %c%s|perldiag/"Ambiguous use of %c{%s} resolved to %c%s">
23262326

2327-
=item *
2328-
2329-
L<Ambiguous use of %c{%s%s} resolved to %c%s%s|perldiag/"Ambiguous use of %c{%s%s} resolved to %c%s%s">
23302327

23312328
=item *
23322329

0 commit comments

Comments
 (0)