Skip to content

Commit 32a2b7c

Browse files
authored
Fix broken links for website
1 parent eab6219 commit 32a2b7c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/SUMMARY_en.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
[![CI](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml/badge.svg)](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml)
44

5-
Dive straight into eBPF development with this concise tutorial, built around the powerful CO-RE (Compile Once, Run Everywhere) philosophy. Whether you're a newbie or a pro, we've got you covered with:
5+
This is a development tutorial for eBPF based on CO-RE (Compile Once, Run Everywhere). It provides practical eBPF development practices from beginner to advanced, including basic concepts, code examples, and real-world applications. Unlike BCC, we use frameworks like libbpf, Cilium, libbpf-rs, and eunomia-bpf for development, with examples in languages such as C, Go, and Rust.
66

7-
- 🛠 **Practical Examples:** Start coding with bite-sized examples, some as short as just 20 lines!
8-
- 🔍 **Focused Learning:** We prioritize hands-on learning, skipping the lengthy theory. Each directory offers an independent eBPF tool example.
9-
- 💼 **Modern Frameworks:** Get comfortable with the latest eBPF frameworks such as libbpf, Cilium, libbpf-rs, and eunomia-bpf.
10-
- 🌐 **Multi-language Support:** Play with code samples in C, Go, and Rust.
11-
- 🌍 **Bilingual Content:** This tutorial is available in both Chinese and English. For the English version, click [here](README_en.md) or check the README_en.md inside each directory.
7+
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.
8+
9+
# Table of Contents
1210

1311
- [Introduction to basic concepts of eBPF and common development tools](0-introduce/README.md)
1412
- [eBPF Hello World, basic framework and development process](1-helloworld/README.md)

0 commit comments

Comments
 (0)