Skip to content

Commit a1a7769

Browse files
authored
fix: links (#1994)
* fix: adjust language part * fix: links
1 parent b70e3d9 commit a1a7769

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/fragment/01-deploying-databend-cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import LanguageDocs from '@site/src/components/LanguageDocs';
77

88
<FunctionDescription description="引入或更新:v1.2.168"/>
99

10-
本主题介绍如何使用对象存储部署 Databend。有关支持的对象存储解决方案的列表,请参见 [了解部署模式](../00-understanding-deployment-modes.md)
10+
本主题介绍如何使用对象存储部署 Databend。有关支持的对象存储解决方案的列表,请参见 [了解部署模式](/guides/deploy/deploy/understanding-deployment-modes)
1111

1212
### 开始之前
1313

@@ -335,7 +335,7 @@ access_key_id = "<your-key-id>"
335335
access_key_secret = "<your-access-key>"
336336
```
337337

338-
Databend 企业版支持 OSS 中的服务器端加密。此功能使您能够通过为存储在 OSS 中的数据激活服务器端加密来增强数据安全性和隐私。您可以选择最适合您需求的加密方法。请注意,您必须拥有有效的 Databend 企业版许可证才能使用此功能。要获取许可证,请参阅 [Databend 授权](../../../00-products/01-dee/20-license.md)
338+
Databend 企业版支持 OSS 中的服务器端加密。此功能使您能够通过为存储在 OSS 中的数据激活服务器端加密来增强数据安全性和隐私。您可以选择最适合您需求的加密方法。请注意,您必须拥有有效的 Databend 企业版许可证才能使用此功能。要获取许可证,请参阅 [Databend 授权](/guides/products/dee/license)
339339

340340
要在 Databend 中启用服务器端加密,请将以下参数添加到 [storage.oss] 部分:
341341

@@ -454,7 +454,7 @@ secret_access_key = "<your-access-key>"
454454

455455
</Tabs>
456456

457-
3. 使用 [query.users] 部分配置管理员用户。有关更多信息,请参阅 [配置管理员用户](../../04-references/01-admin-users.md)。要继续使用默认的 root 用户和 "no_password" 身份验证类型,请确保删除文件 `databend-query.toml` 中以下行之前的 '#' 字符:
457+
3. 使用 [query.users] 部分配置管理员用户。有关更多信息,请参阅 [配置管理员用户](/guides/deploy/references/admin-users)。要继续使用默认的 root 用户和 "no_password" 身份验证类型,请确保删除文件 `databend-query.toml` 中以下行之前的 '#' 字符:
458458

459459
:::caution
460460
在本教程中使用 "no_password" 身份验证 root 用户只是一个示例,由于潜在的安全风险,不建议在生产环境中使用。
@@ -507,7 +507,7 @@ curl -I http://127.0.0.1:8080/v1/health
507507

508508
### 安装 BendSQL
509509

510-
按照 [安装 BendSQL](../../../30-sql-clients/00-bendsql/index.md#installing-bendsql) 在您的机器上安装 BendSQL。
510+
按照 [安装 BendSQL](/guides/sql-clients/bendsql/#installing-bendsql) 在您的机器上安装 BendSQL。
511511

512512
</StepContent>
513513

docs/fragment/01-deploying-databend-en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import LanguageDocs from '@site/src/components/LanguageDocs';
77

88
<FunctionDescription description="Introduced or updated: v1.2.168"/>
99

10-
This topic explains how to deploy Databend with your object storage. For a list of supported object storage solutions, see [Understanding Deployment Modes](../00-understanding-deployment-modes.md).
10+
This topic explains how to deploy Databend with your object storage. For a list of supported object storage solutions, see [Understanding Deployment Modes](/guides/deploy/deploy/understanding-deployment-modes).
1111

1212
### Before You start
1313

@@ -286,7 +286,7 @@ secret_access_key = "<your-access-key>"
286286

287287
</Tabs>
288288

289-
3. Configure an admin user with the [query.users] sections. For more information, see [Configuring Admin Users](../../04-references/01-admin-users.md). To proceed with the default root user and the authentication type "no_password", ensure that you remove the '#' character before the following lines in the file `databend-query.toml`:
289+
3. Configure an admin user with the [query.users] sections. For more information, see [Configuring Admin Users](/guides/deploy/references/admin-users). To proceed with the default root user and the authentication type "no_password", ensure that you remove the '#' character before the following lines in the file `databend-query.toml`:
290290

291291
:::caution
292292
Using "no_password" authentication for the root user in this tutorial is just an example and not recommended for production due to potential security risks.
@@ -339,7 +339,7 @@ In this step, you will run a simple query against Databend using [BendSQL](https
339339

340340
### Install BendSQL
341341

342-
Follow [Installing BendSQL](../../../30-sql-clients/00-bendsql/index.md#installing-bendsql) to install BendSQL on your machine.
342+
Follow [Installing BendSQL](/guides/sql-clients/bendsql/#installing-bendsql) to install BendSQL on your machine.
343343

344344
</StepContent>
345345

0 commit comments

Comments
 (0)