# HG changeset patch # User Kim Alvefur # Date 1413906784 -7200 # Node ID d11cf84975c5ab3eb2ad9c4bdba908f4ee339f8d # Parent 5f2418fb8b1950442d5e31592f92d0362189ea23 plugins.ietf: HTTPS URLs (thanks darkrain) diff -r 5f2418fb8b19 -r d11cf84975c5 plugins/ietf.lua --- a/plugins/ietf.lua Sun Jul 06 15:36:18 2014 +0200 +++ b/plugins/ietf.lua Tue Oct 21 17:53:04 2014 +0200 @@ -8,11 +8,11 @@ local data = { rfc = { source = "http://www.ietf.org/download/rfc-index.txt", - links = "http://tools.ietf.org/html/rfc%s", + links = "https://tools.ietf.org/html/rfc%s", }, draft = { source = "http://www.ietf.org/download/id-index.txt", - links = "http://tools.ietf.org/html/%s", + links = "https://tools.ietf.org/html/%s", }, }