Skip to content

Commit

Permalink
fix some path err in docs/readme (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
qihonggang authored Dec 5, 2024
1 parent e117d81 commit e4f7186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [How to debug](./how-to-debug.md)
- [Context Propagation](./context-propagation.md)
- [Supported Libraries](./supported-libraries.md)
- [Benchmark](./example/benchmark/benchmark.md)
- [Benchmark](../example/benchmark/benchmark.md)
- [Discussion on this topic at OpenTelemetry community](https://github.com/open-telemetry/community/issues/1961)
- [面向OpenTelemetry的Golang应用无侵入插桩技术](https://mp.weixin.qq.com/s/FKCwzRB5Ujhe1stOH2ibXg)

2 changes: 1 addition & 1 deletion docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ otel -rule=custom.json go build # 使用自定义规则

您还可以探索 [**这些示例**](../example/) 以获得实践经验。

此外,还有一些 [**文档**](./docs),您可能会发现它们对了解项目或为项目做出贡献非常有用。
此外,还有一些 [**文档**](../docs),您可能会发现它们对了解项目或为项目做出贡献非常有用。

> 注意
> 如果你发现任何编译失败,而 `go build` 却能正常工作,这很可能是一个 bug。
Expand Down

0 comments on commit e4f7186

Please sign in to comment.