From 6e794c27fa278035de2ba48b74eb0eb2bae7e8a8 Mon Sep 17 00:00:00 2001 From: htpeng Date: Sat, 17 Dec 2022 13:02:26 +0000 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97=E6=88=96=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF=E9=93=BE=E6=8E=A5=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E3=80=81=E7=A9=BA=E5=8D=95=E5=85=83=E6=A0=BC=E3=80=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: htpeng --- ...56\211\350\243\205\344\270\216\351\203\250\347\275\262.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/docs/zh/docs/thirdparty_migration/HA\347\232\204\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" "b/docs/zh/docs/thirdparty_migration/HA\347\232\204\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" index e2eeeb933..f99c5e02d 100644 --- "a/docs/zh/docs/thirdparty_migration/HA\347\232\204\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" +++ "b/docs/zh/docs/thirdparty_migration/HA\347\232\204\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" @@ -172,7 +172,7 @@ nodelist { ``` ### 访问前端管理平台 -上述服务启动成功后,打开浏览器(建议使用:Chrome,Firfox),在浏览器导航栏中输入`https://localhost:2224`即可。 +上述服务启动成功后,打开浏览器(建议使用:Chrome,Firefox),在浏览器导航栏中输入`https://localhost:2224`即可。 - 此界面为原生管理平台 ![](./figures/image4.png) @@ -182,4 +182,4 @@ nodelist { ![](./figures/image5.png) -- 下一章将介绍如何快速使用HA高可用集群,以及添加一个实例。请参考[HA的使用实例文档](./HA的使用实例.md\)。 \ No newline at end of file +- 下一章将介绍如何快速使用HA高可用集群,以及添加一个实例。请参考[HA的使用实例文档](https://docs.openeuler.org/zh/docs/22.09/docs/thirdparty_migration/HA%E7%9A%84%E4%BD%BF%E7%94%A8%E5%AE%9E%E4%BE%8B.html)。 \ No newline at end of file -- Gitee