olddoc user/dev discussion/patches/bugs/etc
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: <olddoc-public@80x24.org>
Subject: [PATCH] doc: update some URLs to support HTTPS
Date: Fri, 15 Dec 2017 20:10:01 +0000	[thread overview]
Message-ID: <20171215201001.16136-1-e@80x24.org> (raw)

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)
 
-- 
EW


                 reply	other threads:[~2017-12-15 20:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://80x24.org/olddoc/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171215201001.16136-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=olddoc-public@80x24.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/olddoc.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).