Skip to content

Commit 056e58b

Browse files
authored
chore: fix link error (#814)
Signed-off-by: rogerogers <[email protected]>
1 parent ce67846 commit 056e58b

File tree

2 files changed

+2
-3
lines changed
  • content

2 files changed

+2
-3
lines changed

content/en/docs/hertz/tutorials/toolkit/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ description: "hz basic usage."
7070
### Note
7171

7272
`hz new` is only used to initialize the project, use `hz update` to update the project.
73-
See [using protobuf](./usage-protobuf.md) and [use thrift](./usage-thrift.md).
73+
See [using protobuf](../usage-protobuf) and [use thrift](../usage-thrift).

content/zh/docs/hertz/tutorials/toolkit/usage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ description: "hz 的基本使用。"
6565
### 注意事项
6666

6767
1. `hz new` 只用于初始化项目, 更新项目则使用 `hz update`,
68-
具体使用方法可参考[使用 protobuf](./usage-protobuf.md)[使用 thrift](./usage-thrift.md)
68+
具体使用方法可参考[使用 protobuf](../usage-protobuf)[使用 thrift](../usage-thrift)
6969

7070
2. hz 判断一个项目是否存在是看生成的 `.hz` 文件的。若 .hz 文件存在使用 `hz new` 会报错,不存在使用 `hz update` 会报错
71-

0 commit comments

Comments
 (0)