plugins.ietf: HTTPS URLs (thanks darkrain)

Tue, 21 Oct 2014 17:53:04 +0200

author
Kim Alvefur <zash@zash.se>
date
Tue, 21 Oct 2014 17:53:04 +0200
changeset 114
d11cf84975c5
parent 113
5f2418fb8b19
child 115
6498ca5ed831

plugins.ietf: HTTPS URLs (thanks darkrain)

plugins/ietf.lua file | annotate | diff | comparison | revisions
--- 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