docs(uprobe): Correct probe type in bash readline example (#168)

* docs(uprobe): Correct probe type in bash readline example

* docs(readme): Fix broken links to example READMEs
This commit is contained in:
marun
2025-06-17 17:26:42 +08:00
committed by GitHub
parent d2cde6232b
commit 32180eaccd
3 changed files with 4 additions and 4 deletions

View File

@@ -103,8 +103,8 @@ This project is mainly based on [libbpf](https://github.com/libbpf/libbpf) frame
## Install deps and Compile
- For libbpf based: see [src/11-bootstrap](https://github.com/eunomia-bpf/bpf-developer-tutorial/blob/main/src/11-bootstrap/README_en.md)
- For eunomia-bpf based: see [src/1-helloworld](https://github.com/eunomia-bpf/bpf-developer-tutorial/blob/main/src/1-helloworld/README_en.md)
- For libbpf based: see [src/11-bootstrap](https://github.com/eunomia-bpf/bpf-developer-tutorial/blob/main/src/11-bootstrap/README.md)
- For eunomia-bpf based: see [src/1-helloworld](https://github.com/eunomia-bpf/bpf-developer-tutorial/blob/main/src/1-helloworld/README.md)
## GitHub Templates: Easily build eBPF projects and development environments, compile and run eBPF programs online with one click