From 43b97bd9d2a90d0638c2b1442bd0a28234438edc Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 2 Oct 2019 12:31:04 +0200 Subject: Update Guide links in WebAdmin to website, as local file isn't included --- include/ejabberd_web_admin.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ejabberd_web_admin.hrl b/include/ejabberd_web_admin.hrl index 9700ab0b3..731087054 100644 --- a/include/ejabberd_web_admin.hrl +++ b/include/ejabberd_web_admin.hrl @@ -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, "]">>)])])). -- cgit v1.2.3