diff options
Diffstat (limited to 'scripts/release-notes.pl')
-rwxr-xr-x | scripts/release-notes.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl index efdf9dff8..83e266fc3 100755 --- a/scripts/release-notes.pl +++ b/scripts/release-notes.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at https://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is @@ -138,7 +138,7 @@ sub onecommit { } if($ref =~ /^(\d+)/) { - $ref = "https://curl.haxx.se/bug/?i=$1" + $ref = "https://curl.se/bug/?i=$1" } if($ref) { my $r = getref(); |