File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
en/docs/hertz/tutorials/toolkit
zh/docs/hertz/tutorials/toolkit Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -70,4 +70,4 @@ description: "hz basic usage."
70
70
### Note
71
71
72
72
` 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 ) .
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ description: "hz 的基本使用。"
65
65
### 注意事项
66
66
67
67
1 . ` hz new ` 只用于初始化项目, 更新项目则使用 ` hz update ` ,
68
- 具体使用方法可参考[ 使用 protobuf] ( ./usage-protobuf.md ) 和 [ 使用 thrift] ( ./usage-thrift.md ) 。
68
+ 具体使用方法可参考[ 使用 protobuf] ( .. /usage-protobuf ) 和 [ 使用 thrift] ( .. /usage-thrift ) 。
69
69
70
70
2 . hz 判断一个项目是否存在是看生成的 ` .hz ` 文件的。若 .hz 文件存在使用 ` hz new ` 会报错,不存在使用 ` hz update ` 会报错
71
-
You can’t perform that action at this time.
0 commit comments