1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Update Guide links in WebAdmin to website, as local file isn't included

This commit is contained in:
Badlop 2019-10-02 12:31:04 +02:00
parent 20205c66c1
commit 949e71efb6
2 changed files with 1 additions and 25 deletions

View file

@ -93,7 +93,7 @@
-define(GL(Ref, Title),
?XAE(<<"div">>, [{<<"class">>, <<"guidelink">>}],
[?XAE(<<"a">>,
[{<<"href">>, <<"/admin/doc/guide.html#", Ref/binary>>},
[{<<"href">>, <<"https://docs.ejabberd.im/admin/configuration/#", Ref/binary>>},
{<<"target">>, <<"_blank">>}],
[?C(<<"[Guide: ", Title/binary, "]">>)])])).