From 0adee194aa4c0b97563dfd15a9fb2aed179a23c1 Mon Sep 17 00:00:00 2001 From: Gilbert Wong Date: Wed, 17 Oct 2018 10:29:34 +0800 Subject: [PATCH] Fix the refered link Prior to this change, the refered wiki link in acl.conf has been deprecated. This change replace the deprecated link with the doc link in official site. --- etc/acl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/acl.conf b/etc/acl.conf index fb85f3f20..b60ea5e7a 100644 --- a/etc/acl.conf +++ b/etc/acl.conf @@ -1,6 +1,6 @@ %%-------------------------------------------------------------------- %% -%% [ACL](https://github.com/emqtt/emqttd/wiki/ACL) +%% [ACL](http://emqtt.io/docs/v2/config.html#allow-anonymous-and-acl-file) %% %% -type who() :: all | binary() | %% {ipaddr, esockd_access:cidr()} |