Skip to content

Commit

Permalink
fix #180 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
frf12 authored Nov 9, 2023
1 parent 865fa42 commit fa9256d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ source /etc/profile.d/obd.sh

> **说明**
>
> 如果以上条件不满足,您可参考文档 [使用 OBD 启动 OceanBase 数据库集群](../3.user-guide/2.start-the-oceanbase-cluster-by-using-obd.md)
> 如果以上条件不满足,您可参考文档 [使用 OBD 启动 OceanBase 数据库集群](../3.user-guide/400.user-guide/200.start-the-oceanbase-cluster-by-using-obd.md)
```shell
# 部署并启动 OceanBase 数据库
Expand All @@ -91,15 +91,15 @@ obclient -h127.0.0.1 -uroot -P2881

## 使用 OBD 启动 OceanBase 数据库集群

如何使用 OBD 启动 OceanBase 数据库集群,请参考文档[使用 OBD 启动 OceanBase 数据库集群](./docs/zh-CN/3.user-guide/2.start-the-oceanbase-cluster-by-using-obd.md)
如何使用 OBD 启动 OceanBase 数据库集群,请参考文档[使用 OBD 启动 OceanBase 数据库集群](./docs/zh-CN/400.user-guide/200.start-the-oceanbase-cluster-by-using-obd.md)

## 其他 OBD 命令

OBD 有多级命令,您可以在每个层级中使用 `-h/--help` 选项查看子命令的帮助信息。

- [镜像和仓库命令组](./docs/zh-CN/3.user-guide/3.obd-command/2.command-group-for-mirroring-and-warehousing.md)
- [集群命令组](./docs/zh-CN/3.user-guide/3.obd-command/1.cluster-command-groups.md)
- [测试命令组](./docs/zh-CN/3.user-guide/3.obd-command/3.test-command-group.md)
- [镜像和仓库命令组](./docs/zh-CN/300.obd-command/200.command-group-for-mirroring-and-warehousing.md)
- [集群命令组](./docs/zh-CN/300.obd-command/100.cluster-command-groups.md)
- [测试命令组](./docs/zh-CN/300.obd-command/300.test-command-group.md)

## Q&A

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ After you deploy OceanBase Deployer (OBD), you can run the `obd demo` command to

> **Note**
>
> If the foregoing prerequisites are not met, see [Use OBD to start an OceanBase cluster](../3.user-guide/2.start-the-oceanbase-cluster-by-using-obd.md).
> If the foregoing prerequisites are not met, see [Use OBD to start an OceanBase cluster](./docs/en-US/400.user-guide/200.start-the-oceanbase-cluster-by-using-obd.md).
```shell
# Deploy and start OceanBase Database.
Expand All @@ -83,15 +83,15 @@ obclient -h127.0.0.1 -uroot -P2881

## Use OBD to start an OceanBase cluster

If you want to know how to use OBD to start an OceanBase cluster, please see [Use OBD to start an OceanBase cluster](./docs/en-US/3.user-guide/2.start-the-oceanbase-cluster-by-using-obd.md).
If you want to know how to use OBD to start an OceanBase cluster, please see [Use OBD to start an OceanBase cluster](./docs/en-US/400.user-guide/200.start-the-oceanbase-cluster-by-using-obd.md).

## Other OBD commands

OBD provides multiple-level commands. You can use the`-h/--help` option to view the help information of sub-commands.

- [Mirror and repository commands](./docs/en-US/3.user-guide/3.obd-command/2.command-group-for-mirroring-and-warehousing.md)
- [Cluster commands](./docs/en-US/3.user-guide/3.obd-command/1.cluster-command-groups.md)
- [Testing commands](./docs/en-US/3.user-guide/3.obd-command/3.test-command-group.md)
- [Mirror and repository commands](./docs/en-US/300.obd-command/200.command-group-for-mirroring-and-warehousing.md)
- [Cluster commands](./docs/en-US/300.obd-command/100.cluster-command-groups.md)
- [Testing commands](./docs/en-US/300.obd-command/300.test-command-group.md)

## Q&A

Expand Down

0 comments on commit fa9256d

Please sign in to comment.