about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-12-15 20:08:13 +0000
committerEric Wong <e@80x24.org>2017-12-15 20:08:13 +0000
commit58cb2bfcf77d382954649d1ffaeb8a8718740579 (patch)
treefb9517b37889ee1878426334aab203e83d2ace5e /Rakefile
parent34e6c1874fadaf2a1b0948cee7cf74a0544659ed (diff)
downloadolddoc-58cb2bfcf77d382954649d1ffaeb8a8718740579.tar.gz
HTTP to HTTPS redirects slow down the user experience and leave
an opening for traffic interception and rewriting.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1cbd0f9..aaba8cb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ task :rsync_docs do
   top = %w(INSTALL README COPYING)
 
   # git-set-file-times is distributed with rsync,
-  # Also available at: http://yhbt.net/git-set-file-times
+  # Also available at: https://yhbt.net/git-set-file-times
   # on Debian systems: /usr/share/doc/rsync/scripts/git-set-file-times.gz
   sh("git", "set-file-times", 'Documentation', *top)