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", }, }