summaryrefslogtreecommitdiff
path: root/scripts/release-notes.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release-notes.pl')
-rwxr-xr-xscripts/release-notes.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl
index efdf9dff8..353f00a39 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://www.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://www.curl.se/bug/?i=$1"
}
if($ref) {
my $r = getref();