From 58cb2bfcf77d382954649d1ffaeb8a8718740579 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 15 Dec 2017 20:08:13 +0000 Subject: doc: update some URLs to support HTTPS HTTP to HTTPS redirects slow down the user experience and leave an opening for traffic interception and rewriting. --- README | 2 +- Rakefile | 2 +- 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) -- cgit v1.2.3-24-ge0c7