Skip to content

Commit

Permalink
chore: rename EMQ X -> EMQX
Browse files Browse the repository at this point in the history
  • Loading branch information
HJianBo committed Dec 27, 2023
1 parent 28436cc commit e26147d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# emqx-web-hook

EMQ X WebHook plugin.
EMQX WebHook plugin.

Please see: [EMQ X - WebHook](https://docs.emqx.io/broker/latest/en/advanced/webhook.html)
Please see: [EMQX - WebHook](https://docs.emqx.io/broker/latest/en/advanced/webhook.html)

## emqx_web_hook.conf

Expand Down
2 changes: 1 addition & 1 deletion priv/emqx_web_hook.schema
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%-*- mode: erlang -*-
%% EMQ X R3.0 config mapping
%% EMQX R3.0 config mapping

{mapping, "web.hook.api.url", "emqx_web_hook.url", [
{datatype, string}
Expand Down
4 changes: 2 additions & 2 deletions src/emqx_web_hook.app.src
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{application, emqx_web_hook,
[{description, "EMQ X WebHook Plugin"},
[{description, "EMQX WebHook Plugin"},
{vsn, "git"},
{modules, []},
{registered, [emqx_web_hook_sup]},
{applications, [kernel,stdlib,ehttpc]},
{mod, {emqx_web_hook_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <[email protected]>"]},
{maintainers, ["EMQX Team <[email protected]>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-web-hook"}
]}
Expand Down

0 comments on commit e26147d

Please sign in to comment.