about summary refs log tree commit homepage
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
parent34e6c1874fadaf2a1b0948cee7cf74a0544659ed (diff)
downloadolddoc-58cb2bfcf77d382954649d1ffaeb8a8718740579.tar.gz
HTTP to HTTPS redirects slow down the user experience and leave
an opening for traffic interception and rewriting.
-rw-r--r--README2
-rw-r--r--Rakefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index bb261a6..e3ab17e 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ with people and hardware.
 == Reasons
 
 * No CSS.  Encouraging users to use CSS leads to problems like
-  copy-paste hijacking: http://thejh.net/misc/website-terminal-copy-paste
+  copy-paste hijacking: https://thejh.net/misc/website-terminal-copy-paste
   External CSS also increases page load time as it often blocks page
   rendering.  Asynchronous loading of CSS also causes accessibility
   problems as links/buttons may move as a user attempts to click.
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)