summaryrefslogtreecommitdiff
path: root/cygwin
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2019-11-26 19:04:57 -0500
committerKarl Williamson <khw@cpan.org>2019-11-26 17:55:48 -0800
commit8034715d6688b4ce5c0cd7447b497ad2b011ddaf (patch)
tree7c566313f7d25b6710faa8e04bf7fe6bc6ade892 /cygwin
parentb4285b0dabe98fc37362ed5367ba070593c8cbbc (diff)
downloadperl-8034715d6688b4ce5c0cd7447b497ad2b011ddaf.tar.gz
Convert issue links from rt.perl.org to GitHub
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/cygwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/cygwin.c b/cygwin/cygwin.c
index b79af68e58..bdd80b3dfb 100644
--- a/cygwin/cygwin.c
+++ b/cygwin/cygwin.c
@@ -219,7 +219,7 @@ XS(Cygwin_cwd)
dXSARGS;
char *cwd;
- /* See https://rt.perl.org/rt3/Ticket/Display.html?id=38628
+ /* See https://github.com/Perl/perl5/issues/8345
There is Cwd->cwd() usage in the wild, and previous versions didn't die.
*/
if(items > 1)