diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/remilestoning.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/remilestoning.pl b/distrib/remilestoning.pl index 60a23af518..51eb19c66c 100644 --- a/distrib/remilestoning.pl +++ b/distrib/remilestoning.pl @@ -101,11 +101,11 @@ EOF my $title = $ticketsfor{$email}{$ticket}{"title"}; print FH "\n"; print FH "#$ticket $title:\n"; - print FH " http://ghc.haskell.org/trac/ghc/ticket/$ticket\n"; + print FH " https://gitlab.haskell.org/ghc/ghc/issues/$ticket\n"; } print FH <<'EOF'; --- +-- The GHC Team http://www.haskell.org/ghc/ EOF |