From: Colin Watson Date: Sat, 22 Dec 2018 15:10:48 +0000 (+0000) Subject: get-rfc: switch to HTTPS X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=c8b58bf81e6ed3fa646a18c49eef697bbed8914c;p=bin.git get-rfc: switch to HTTPS --- diff --git a/get-rfc b/get-rfc index 3e41df8..03aaa73 100755 --- a/get-rfc +++ b/get-rfc @@ -2,5 +2,5 @@ # Depends: wget mkdir -p "$HOME/misc/rfc" cd "$HOME/misc/rfc" -[ -f "rfc$1.txt" ] || wget "http://www.ietf.org/rfc/rfc$1.txt" +[ -f "rfc$1.txt" ] || wget "https://www.ietf.org/rfc/rfc$1.txt" ${PAGER:-pager} "rfc$1.txt"