Skip to content

Commit

Permalink
chore: fix link error (#814)
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers authored Oct 11, 2023
1 parent ce67846 commit 056e58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/hertz/tutorials/toolkit/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ description: "hz basic usage."
### Note

`hz new` is only used to initialize the project, use `hz update` to update the project.
See [using protobuf](./usage-protobuf.md) and [use thrift](./usage-thrift.md).
See [using protobuf](../usage-protobuf) and [use thrift](../usage-thrift).
3 changes: 1 addition & 2 deletions content/zh/docs/hertz/tutorials/toolkit/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ description: "hz 的基本使用。"
### 注意事项

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

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

1 comment on commit 056e58b

@vercel
Copy link

@vercel vercel bot commented on 056e58b Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.