Skip to content

Commit

Permalink
fix: update emq x -> emqx
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Dec 27, 2023
1 parent 89fa171 commit 69f0e1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
emqx-dashboard
==============

Dashboard for the EMQ X Broker.
Dashboard for the EMQX Broker.

REST API
--------
Expand Down
2 changes: 1 addition & 1 deletion etc/emqx_dashboard.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##--------------------------------------------------------------------
## EMQ X Dashboard
## EMQX Dashboard
##--------------------------------------------------------------------

## Default user's login name.
Expand Down
4 changes: 2 additions & 2 deletions src/emqx_dashboard.app.src
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{application, emqx_dashboard,
[{description, "EMQ X Web Dashboard"},
[{description, "EMQX Web Dashboard"},
{vsn, "git"},
{modules, []},
{registered, [emqx_dashboard_sup]},
{applications, [kernel,stdlib,mnesia,minirest]},
{mod, {emqx_dashboard_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-dashboard"}
]}
Expand Down

0 comments on commit 69f0e1d

Please sign in to comment.