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().