summaryrefslogtreecommitdiff
path: root/include/ejabberd_web_admin.hrl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-04-14 13:46:26 +0200
committerBadlop <badlop@process-one.net>2020-04-14 13:59:11 +0200
commitb7c088d4b010015c82b982833395745677617a6a (patch)
tree7957a06894f5673ab51cf981f6b9aea9ebd69b85 /include/ejabberd_web_admin.hrl
parentRename opts->name to label, to avoid confusion with the group name (#3214) (diff)
Update links to the ejabberd Docs page in WebAdmin
Diffstat (limited to '')
-rw-r--r--include/ejabberd_web_admin.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ejabberd_web_admin.hrl b/include/ejabberd_web_admin.hrl
index 1f226205..c8b86e12 100644
--- a/include/ejabberd_web_admin.hrl
+++ b/include/ejabberd_web_admin.hrl
@@ -93,9 +93,9 @@
-define(GL(Ref, Title),
?XAE(<<"div">>, [{<<"class">>, <<"guidelink">>}],
[?XAE(<<"a">>,
- [{<<"href">>, <<"https://docs.ejabberd.im/admin/configuration/#", Ref/binary>>},
+ [{<<"href">>, <<"https://docs.ejabberd.im/admin/configuration/", Ref/binary>>},
{<<"target">>, <<"_blank">>}],
- [?C(<<"[Guide: ", Title/binary, "]">>)])])).
+ [?C(<<"docs: ", Title/binary>>)])])).
%% h1 with a Guide Link
-define(H1GL(Name, Ref, Title),