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:
parent
20205c66c1
commit
949e71efb6
2 changed files with 1 additions and 25 deletions
|
@ -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, "]">>)])])).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue