From 61edbd87f5602848e61e5c1d20c211b0a8221121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chrz=C4=85szcz?= Date: Wed, 17 May 2023 15:30:43 +0200 Subject: [PATCH] Use HTTPS in XEP URLs to avoid redirections Otherwise the XEPs would be displayed incorrectly at xmpp.org --- tools/xep_tool/xep_tool.escript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xep_tool/xep_tool.escript b/tools/xep_tool/xep_tool.escript index b05940fc5fb..a807f8ad332 100755 --- a/tools/xep_tool/xep_tool.escript +++ b/tools/xep_tool/xep_tool.escript @@ -14,7 +14,7 @@ %% $> escript xep_tool.escript [] %% Escript will produce a list of XEPs in the specified format ('markdown', 'list' or 'doap'). --define(HTTP_PREFIX, "http://www.xmpp.org/extensions/"). +-define(HTTP_PREFIX, "https://xmpp.org/extensions/"). -define(HTTP_SUFFIX, ".html"). -type ver() :: string().