From a18bd4998404eb66f44e51d136a4ddafc509b434 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sun, 3 May 2015 22:01:07 +0800 Subject: [PATCH] ACL --- rel/files/acl.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/files/acl.config b/rel/files/acl.config index e17d28cef..c1985f1d4 100644 --- a/rel/files/acl.config +++ b/rel/files/acl.config @@ -1,6 +1,6 @@ %%%----------------------------------------------------------------------------- %% -%% [ACL Design](https://github.com/emqtt/emqttd/wiki/ACL-Design) +%% [ACL](https://github.com/emqtt/emqttd/wiki/ACL) %% %% -type who() :: all | binary() | %% {ipaddr, esockd_access:cidr()} |