From f615f747913ac61c2fb5deedc7875f8647ce9fed Mon Sep 17 00:00:00 2001 From: CrazyWisdom Date: Sat, 10 Aug 2019 18:01:33 +0800 Subject: [PATCH] fix(README): update docs url --- README-CN.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README-CN.md b/README-CN.md index d0ad2f556..bdba664b4 100644 --- a/README-CN.md +++ b/README-CN.md @@ -22,8 +22,8 @@ 获取适合你的二进制软件包,[点此下载](https://emqx.io/downloads)。 -- [单节点安装](https://developer.emqx.io/docs/emq/v3/en/install.html) -- [集群安装](https://developer.emqx.io/docs/emq/v3/en/cluster.html) +- [单节点安装](https://docs.emqx.io/broker/v3/cn/install.html) +- [集群安装](https://docs.emqx.io/broker/v3/cn/cluster.html) ## 从源码构建 @@ -54,7 +54,7 @@ cd _rel/emqx && ./bin/emqx console ## FAQ -访问 [FAQ](https://developer.emqx.io/docs/tutorial/zh/faq/faq.html) 以获取常见问题的帮助。 +访问 [FAQ](https://docs.emqx.io/tutorial/zh/faq/faq.html) 以获取常见问题的帮助。 ## 产品路线 diff --git a/README.md b/README.md index a2692c71d..8371297de 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The *EMQ X* broker is cross-platform, which supports Linux, Unix, Mac OS and Win Download the binary package for your platform from [here](https://emqx.io/downloads). -- [Single Node Install](https://developer.emqx.io/docs/emq/v3/en/install.html) -- [Multi Node Install](https://developer.emqx.io/docs/emq/v3/en/cluster.html) +- [Single Node Install](https://docs.emqx.io/broker/v3/en/install.html) +- [Multi Node Install](https://docs.emqx.io/broker/v3/en/cluster.html) ## Build From Source @@ -56,7 +56,7 @@ To view the dashboard after running, use your browser to open: http://localhost: ## FAQ -Visiting [FAQ](https://developer.emqx.io/docs/tutorial/en/faq/faq.html) to get help of common problems. +Visiting [FAQ](https://docs.emqx.io/tutorial/en/faq/faq.html) to get help of common problems. ## Roadmap