From 41b2643704f5059c8e83ebb203c763f282bce267 Mon Sep 17 00:00:00 2001 From: Feng Date: Wed, 19 Oct 2016 21:36:36 +0800 Subject: [PATCH] emqttd_auth -> emq_quth --- docs/source/getstarted.rst | 30 +++++++++++++++--------------- docs/source/guide.rst | 12 ++++++------ docs/source/plugins.rst | 30 +++++++++++++++--------------- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/source/getstarted.rst b/docs/source/getstarted.rst index 4cb5bcef7..16714e81c 100644 --- a/docs/source/getstarted.rst +++ b/docs/source/getstarted.rst @@ -189,7 +189,7 @@ A plugin is an Erlang application to extend the *EMQ* broker. A plugin could be enabled by 'bin/emqttd_ctl plugins load' command. -For example, enable 'emqttd_auth_pgsql' plugin:: +For example, enable 'emq_auth_pgsql' plugin:: ./bin/emqttd_ctl plugins load emq_auth_pgsql @@ -286,21 +286,21 @@ MQTT.org: https://github.com/mqtt/mqtt.github.io/wiki/libraries .. _CocoaMQTT: https://github.com/emqtt/CocoaMQTT .. _QMQTT: https://github.com/emqtt/qmqtt -.. _emq_plugin_template: https://github.com/emqtt/emqttd_plugin_template -.. _emq_dashboard: https://github.com/emqtt/emqttd_dashboard +.. _emq_plugin_template: https://github.com/emqtt/emq_plugin_template +.. _emq_dashboard: https://github.com/emqtt/emq_dashboard .. _emq_mod_rewrite: https://github.com/emqtt/emq_mod_rewrite .. _emq_auth_clientid: https://github.com/emqtt/emq_auth_clientid .. _emq_auth_username: https://github.com/emqtt/emq_auth_username -.. _emq_auth_ldap: https://github.com/emqtt/emqttd_auth_ldap -.. _emq_auth_http: https://github.com/emqtt/emqttd_auth_http -.. _emq_auth_mysql: https://github.com/emqtt/emqttd_plugin_mysql -.. _emq_auth_pgsql: https://github.com/emqtt/emqttd_plugin_pgsql -.. _emq_auth_redis: https://github.com/emqtt/emqttd_plugin_redis -.. _emq_auth_mongo: https://github.com/emqtt/emqttd_plugin_mongo -.. _emq_reloader: https://github.com/emqtt/emqttd_reloader -.. _emq_stomp: https://github.com/emqtt/emqttd_stomp -.. _emq_sockjs: https://github.com/emqtt/emqttd_sockjs -.. _emq_recon: https://github.com/emqtt/emqttd_recon -.. _emq_sn: https://github.com/emqtt/emqttd_sn -.. _emq_coap: https://github.com/emqtt/emqttd_coap +.. _emq_auth_ldap: https://github.com/emqtt/emq_auth_ldap +.. _emq_auth_http: https://github.com/emqtt/emq_auth_http +.. _emq_auth_mysql: https://github.com/emqtt/emq_plugin_mysql +.. _emq_auth_pgsql: https://github.com/emqtt/emq_plugin_pgsql +.. _emq_auth_redis: https://github.com/emqtt/emq_plugin_redis +.. _emq_auth_mongo: https://github.com/emqtt/emq_plugin_mongo +.. _emq_reloader: https://github.com/emqtt/emq_reloader +.. _emq_stomp: https://github.com/emqtt/emq_stomp +.. _emq_sockjs: https://github.com/emqtt/emq_sockjs +.. _emq_recon: https://github.com/emqtt/emq_recon +.. _emq_sn: https://github.com/emqtt/emq_sn +.. _emq_coap: https://github.com/emqtt/emq_coap diff --git a/docs/source/guide.rst b/docs/source/guide.rst index 031616feb..b60b4cc89 100644 --- a/docs/source/guide.rst +++ b/docs/source/guide.rst @@ -872,10 +872,10 @@ Stop a Trace:: .. _emq_auth_clientid: https://github.com/emqtt/emq_auth_clientid .. _emq_auth_username: https://github.com/emqtt/emq_auth_username -.. _emq_auth_ldap: https://github.com/emqtt/emqttd_auth_ldap -.. _emq_auth_http: https://github.com/emqtt/emqttd_auth_http -.. _emq_auth_mysql: https://github.com/emqtt/emqttd_plugin_mysql -.. _emq_auth_pgsql: https://github.com/emqtt/emqttd_plugin_pgsql -.. _emq_auth_redis: https://github.com/emqtt/emqttd_plugin_redis -.. _emq_auth_mongo: https://github.com/emqtt/emqttd_plugin_mongo +.. _emq_auth_ldap: https://github.com/emqtt/emq_auth_ldap +.. _emq_auth_http: https://github.com/emqtt/emq_auth_http +.. _emq_auth_mysql: https://github.com/emqtt/emq_plugin_mysql +.. _emq_auth_pgsql: https://github.com/emqtt/emq_plugin_pgsql +.. _emq_auth_redis: https://github.com/emqtt/emq_plugin_redis +.. _emq_auth_mongo: https://github.com/emqtt/emq_plugin_mongo diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 5298e7484..9c71f3e53 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -167,7 +167,7 @@ etc/plugins/emq_dashboard.conf: emq_auth_ldap: LDAP Auth Plugin ------------------------------- -LDAP Auth Plugin: https://github.com/emqtt/emqttd_auth_ldap +LDAP Auth Plugin: https://github.com/emqtt/emq_auth_ldap .. NOTE:: Released in 2.0-beta.1 @@ -510,7 +510,7 @@ Load Redis Auth/ACL Plugin emq_auth_mongo - MongoDB Auth/ACL Plugin ---------------------------------------- -MQTT Authentication, ACL with MongoDB: https://github.com/emqtt/emqttd_auth_mongo +MQTT Authentication/ACL with MongoDB: https://github.com/emqtt/emq_auth_mongo Configure MongoDB Auth/ACL Plugin --------------------------------- @@ -1036,19 +1036,19 @@ Build and Release the Plugin .. _emq_dashboard: https://github.com/emqtt/emqttd_dashboard .. _emq_auth_clientid: https://github.com/emqtt/emq_auth_clientid .. _emq_auth_username: https://github.com/emqtt/emq_auth_username -.. _emq_auth_ldap: https://github.com/emqtt/emqttd_auth_ldap -.. _emq_auth_http: https://github.com/emqtt/emqttd_auth_http -.. _emq_auth_mysql: https://github.com/emqtt/emqttd_auth_mysql -.. _emq_auth_pgsql: https://github.com/emqtt/emqttd_auth_pgsql -.. _emq_auth_redis: https://github.com/emqtt/emqttd_auth_redis -.. _emq_auth_mongo: https://github.com/emqtt/emqttd_auth_mongo +.. _emq_auth_ldap: https://github.com/emqtt/emq_auth_ldap +.. _emq_auth_http: https://github.com/emqtt/emq_auth_http +.. _emq_auth_mysql: https://github.com/emqtt/emq_auth_mysql +.. _emq_auth_pgsql: https://github.com/emqtt/emq_auth_pgsql +.. _emq_auth_redis: https://github.com/emqtt/emq_auth_redis +.. _emq_auth_mongo: https://github.com/emqtt/emq_auth_mongo .. _emq_mod_rewrite: https://github.com/emqtt/emq_mod_rewrite -.. _emq_sn: https://github.com/emqtt/emqttd_sn -.. _emq_coap: https://github.com/emqtt/emqttd_coap -.. _emq_stomp: https://github.com/emqtt/emqttd_stomp -.. _emq_sockjs: https://github.com/emqtt/emqttd_sockjs -.. _emq_recon: https://github.com/emqtt/emqttd_recon -.. _emq_reloader: https://github.com/emqtt/emqttd_reloader -.. _emq_plugin_template: https://github.com/emqtt/emqttd_plugin_template +.. _emq_sn: https://github.com/emqtt/emq_sn +.. _emq_coap: https://github.com/emqtt/emq_coap +.. _emq_stomp: https://github.com/emqtt/emq_stomp +.. _emq_sockjs: https://github.com/emqtt/emq_sockjs +.. _emq_recon: https://github.com/emqtt/emq_recon +.. _emq_reloader: https://github.com/emqtt/emq_reloader +.. _emq_plugin_template: https://github.com/emqtt/emq_plugin_template .. _recon: http://ferd.github.io/recon/