Update links to https.
authorWayne Davison <wayne@opencoder.net>
Mon, 22 Jun 2020 21:16:21 +0000 (14:16 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 22 Jun 2020 21:16:21 +0000 (14:16 -0700)
options.c

index 73d5ed47c93635500644c0c5c929918ee5c1c3b0..a5038703e3e57f0992682ee145477c6ba3346ada 100644 (file)
--- a/options.c
+++ b/options.c
@@ -714,7 +714,7 @@ static void print_rsync_version(enum logcode f)
                RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION, subprotocol);
 
        rprintf(f, "Copyright (C) 1996-" LATEST_YEAR " by Andrew Tridgell, Wayne Davison, and others.\n");
-       rprintf(f, "Web site: http://rsync.samba.org/\n");
+       rprintf(f, "Web site: https://rsync.samba.org/\n");
 
        rprintf(f, "Capabilities:\n");
        print_capabilities(f);
@@ -771,7 +771,7 @@ void usage(enum logcode F)
   rprintf(F,"\n");
   rprintf(F,"Use \"rsync --daemon --help\" to see the daemon-mode command-line options.\n");
   rprintf(F,"Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation.\n");
-  rprintf(F,"See http://rsync.samba.org/ for updates, bug reports, and answers\n");
+  rprintf(F,"See https://rsync.samba.org/ for updates, bug reports, and answers\n");
 }
 
 enum {OPT_SERVER = 1000, OPT_DAEMON, OPT_SENDER, OPT_EXCLUDE, OPT_EXCLUDE_FROM,