From 00760328157634a88cdc90ac87bc37fff7d17c99 Mon Sep 17 00:00:00 2001 From: "mingchun.or" Date: Thu, 4 Jan 2018 11:36:33 +0800 Subject: [PATCH] fix wrong link in emq-retainer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83fe86177..e0ecc1fe1 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Plugin | Descrip -----------------------------------------------------------------------|-------------------------------------- [emq_plugin_template](https://github.com/emqtt/emq_plugin_template) | Plugin template and demo [emq_dashboard](https://github.com/emqtt/emq_dashboard) | Web Dashboard -[emq_retainer](https://github.com/emqtt/emq_retainer) | Store MQTT Retained Messages +[emq_retainer](https://github.com/emqtt/emq-retainer) | Store MQTT Retained Messages [emq_modules](https://github.com/emqtt/emq-modules) | Presence, Subscription and Rewrite Modules [emq_auth_username](https://github.com/emqtt/emq_auth_username) | Username/Password Authentication Plugin [emq_auth_clientid](https://github.com/emqtt/emq_auth_clientid) | ClientId Authentication Plugin