This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new 743e54bba [ISSUE #468]Fix 17autoswitchdeploy.md Design Ideas and Quick
Start link incorrect (#469)
743e54bba is described below
commit 743e54bba6cd25f68c05121cffc7d66ac312aa2f
Author: mxsm <[email protected]>
AuthorDate: Fri Jan 20 16:18:42 2023 +0800
[ISSUE #468]Fix 17autoswitchdeploy.md Design Ideas and Quick Start link
incorrect (#469)
---
.../version-5.0/05-deploymentOperations/17autoswitchdeploy.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/05-deploymentOperations/17autoswitchdeploy.md
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/05-deploymentOperations/17autoswitchdeploy.md
index 2837ad409..c7625fa9d 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/05-deploymentOperations/17autoswitchdeploy.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/05-deploymentOperations/17autoswitchdeploy.md
@@ -5,7 +5,7 @@
This document mainly introduces how to deploy a RocketMQ cluster that supports
automatic master-slave switchover. Its architecture is shown in the above
figure. It mainly adds the controller component that supports automatic
master-slave switchover, which can be deployed independently or embedded in the
NameServer.
:::tip Refer to
-For more details, refer to [Design
Ideas](https://github.com/apache/rocketmq/blob/develop/docs/cn/controller/design.md)
and [Quick
Start](https://github.com/apache/rocketmq/blob/develop/docs/cn/controller/quick_start.md)
+For more details, refer to [Design
Ideas](https://github.com/apache/rocketmq/blob/develop/docs/en/controller/design.md)
and [Quick
Start](https://github.com/apache/rocketmq/blob/develop/docs/en/controller/quick_start.md)
:::
## Controller Deployment