plugins/ietf.lua

changeset 114
d11cf84975c5
parent 111
a47a1de8993e
child 135
87e58c58a08d
--- 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",
 	},
 }
 

mercurial