Skip to content

Commit 5205459

Browse files
authored
chore: fix greptime_identity link error (#1917)
1 parent be3dca9 commit 5205459

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/user-guide/logs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ A successful command execution returns:
6565
{"output":[{"affectedrows":3}],"execution_time_ms":9}
6666
```
6767

68-
For more details about the `greptime_identity` pipeline, please refer to the [Manage Pipelines](manage-pipelines.md#greptime_identity) document.
68+
For more details about the `greptime_identity` pipeline, please refer to the [Write Logs](write-logs.md#greptime_identity) document.
6969

7070
### Write logs using a custom Pipeline
7171

i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ curl -X POST \
6363
{"output":[{"affectedrows":3}],"execution_time_ms":9}
6464
```
6565

66-
有关 `greptime_identity` pipeline 的更多详细信息,请参阅 [管理 Pipeline](manage-pipelines.md#greptime_identity) 文档。
66+
有关 `greptime_identity` pipeline 的更多详细信息,请参阅 [写入日志](write-logs.md#greptime_identity) 文档。
6767

6868
### 使用自定义 Pipeline 写入日志
6969

i18n/zh/docusaurus-plugin-content-docs/version-0.15/user-guide/logs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ curl -X POST \
6363
{"output":[{"affectedrows":3}],"execution_time_ms":9}
6464
```
6565

66-
有关 `greptime_identity` pipeline 的更多详细信息,请参阅 [管理 Pipeline](manage-pipelines.md#greptime_identity) 文档。
66+
有关 `greptime_identity` pipeline 的更多详细信息,请参阅 [写入日志](write-logs.md#greptime_identity) 文档。
6767

6868
### 使用自定义 Pipeline 写入日志
6969

versioned_docs/version-0.15/user-guide/logs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ A successful command execution returns:
6565
{"output":[{"affectedrows":3}],"execution_time_ms":9}
6666
```
6767

68-
For more details about the `greptime_identity` pipeline, please refer to the [Manage Pipelines](manage-pipelines.md#greptime_identity) document.
68+
For more details about the `greptime_identity` pipeline, please refer to the [Write Logs](write-logs.md#greptime_identity) document.
6969

7070
### Write logs using a custom Pipeline
7171

0 commit comments

Comments
 (0)