summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-17 10:42:30 +0100
committerYves Orton <demerphq@gmail.com>2023-03-18 20:57:59 +0800
commitc5e777577e67bd04dabd02ea5f0419d64db968e8 (patch)
treec434cb901fe125b07b88ec2841ffc0005536e6d2 /pod
parent6dd040ff2f6f01a817731d112756188ddb541a18 (diff)
downloadperl-c5e777577e67bd04dabd02ea5f0419d64db968e8.tar.gz
pod/perldiag.pod - provide full path to issues tracker
https://github.com/Perl/perl5/issues shows the list of open issues, whereas https://github.com/Perl/perl5/issues/new/choose is where someone can create a new ticket.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index d774e3537c..abe5910c35 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2016,7 +2016,7 @@ called as barewords. Something like this will work:
(P) This is either an error in Perl, or, if you're using
one, your L<custom regular expression engine|perlreapi>. If not the
-latter, report the problem to L<https://github.com/Perl/perl5/issues>.
+latter, report the problem to L<https://github.com/Perl/perl5/issues/new/choose>.
=item corrupted regexp pointers
@@ -5102,7 +5102,7 @@ utility to report; in regex; marked by S<<-- HERE> in m/%s/
(S regexp) You used a regular expression with case-insensitive matching,
and there is a bug in Perl in which the built-in regular expression
folding rules are not accurate. This may lead to incorrect results.
-Please report this as a bug to L<https://github.com/Perl/perl5/issues>.
+Please report this as a bug to L<https://github.com/Perl/perl5/issues/new/choose>.
=item Perl_my_%s() not available