fix the link to github repo (#71)

This commit is contained in:
云微
2023-09-03 16:14:05 +01:00
committed by GitHub
parent 05c7ec8213
commit ffbd9a7ff4
3 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,10 @@
本教程不会进行复杂的概念讲解和场景介绍,主要希望提供一些 eBPF 小工具的案例(**非常短小,从二十行代码开始入门!**),来帮助 eBPF 应用的开发者快速上手 eBPF 的开发方法和技巧。教程内容可以在目录中找到,每个目录都是一个独立的 eBPF 工具案例。
教程关注于可观测性、网络、安全等等方面的 eBPF 示例:
教程关注于可观测性、网络、安全等等方面的 eBPF 示例。完整的代码和教程可以在 [https://github.com/eunomia-bpf/bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial) GitHub 开源仓库中找到。
# 目录
- [介绍 eBPF 的基本概念、常见的开发工具](0-introduce/README.md)
- [eBPF Hello World基本框架和开发流程](1-helloworld/README.md)

View File

@@ -6,6 +6,8 @@ This is a development tutorial for eBPF based on CO-RE (Compile Once, Run Everyw
This tutorial does not cover complex concepts and scenario introductions. Its main purpose is to provide examples of eBPF tools (**very short, starting with twenty lines of code!**) to help eBPF application developers quickly grasp eBPF development methods and techniques. The tutorial content can be found in the directory, with each directory being an independent eBPF tool example.
For the complete source code of the tutorial, please refer to the repo [https://github.com/eunomia-bpf/bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial) on GitHub.
# Table of Contents
- [Introduction to basic concepts of eBPF and common development tools](0-introduce/README.md)