docs: remove redundant references to official documentation in multiple tutorial README files

This commit is contained in:
yunwei37
2025-10-01 16:56:59 -07:00
parent 71c89cbcd2
commit 445722e8a3
11 changed files with 6 additions and 16 deletions

View File

@@ -137,6 +137,4 @@ struct {
并使用一些对应的 API 进行访问,例如 bpf_map_lookup_elem、bpf_map_update_elem、bpf_map_delete_elem 等。
更多的例子和详细的开发指南,请参考 eunomia-bpf 的官方文档:<https://github.com/eunomia-bpf/eunomia-bpf>
如果您希望学习更多关于 eBPF 的知识和实践,可以访问我们的教程代码仓库 <https://github.com/eunomia-bpf/bpf-developer-tutorial> 或网站 <https://eunomia.dev/zh/tutorials/> 以获取更多示例和完整的教程。