summaryrefslogtreecommitdiff
path: root/scripts/release-notes.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-02 14:52:02 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-02 14:52:02 +0100
commitd1ceeb3b5ac012c6b089d256e770e2b571dcfd61 (patch)
tree8d2f3c45f71ead4c1772d09b99e0ab1b7bddcd0f /scripts/release-notes.pl
parentb8895509a07fd60677eed53bfce0947aa5a8e409 (diff)
downloadcurl-d1ceeb3b5ac012c6b089d256e770e2b571dcfd61.tar.gz
www.curl.se: new project homebagder/www.curl.se
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();