diff options
Diffstat (limited to 'docs/examples/adddocsref.pl')
-rwxr-xr-x | docs/examples/adddocsref.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/adddocsref.pl b/docs/examples/adddocsref.pl index 3b01e36a2..96a4c3a98 100755 --- a/docs/examples/adddocsref.pl +++ b/docs/examples/adddocsref.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 @@ -23,7 +23,7 @@ # pass files as argument(s) -my $docroot="https://curl.haxx.se/libcurl/c"; +my $docroot="https://curl.se/libcurl/c"; for $f (@ARGV) { open(NEW, ">$f.new"); |