about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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)