Skip to content

Commit

Permalink
Use HTTPS in XEP URLs to avoid redirections
Browse files Browse the repository at this point in the history
Otherwise the XEPs would be displayed incorrectly at xmpp.org
  • Loading branch information
chrzaszcz committed May 17, 2023
1 parent 36db877 commit d1bb8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xep_tool/xep_tool.escript
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%% $> escript xep_tool.escript <FORMAT> [<OUTPUT_FILE>]
%% 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().
Expand Down

0 comments on commit d1bb8b3

Please sign in to comment.