Merge pull request #2781 from emqx/develop
fix(README): update docs url
This commit is contained in:
commit
982193453a
|
@ -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) 以获取常见问题的帮助。
|
||||
|
||||
## 产品路线
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue