fix broken link (#110)

This commit is contained in:
VIVEK SATI
2024-02-26 04:50:36 +05:30
committed by GitHub
parent c120bb4912
commit a0d223b5ea

View File

@@ -54,7 +54,7 @@ Answer three questions:
Understand and try eBPF development frameworks:
- bpftrace tutorialhttps://eunomia.dev/tutorials/bpftrace-tutorial/ Try it1h
- bpftrace tutorial<https://eunomia.dev/tutorials/bpftrace-tutorial/> Try it1h
- Examples of developing various tools with BCC: <https://github.com/iovisor/bcc/blob/master/docs/tutorial_bcc_python_developer.md> (Run through, 3-4h)
- Some examples of libbpf: <https://github.com/libbpf/libbpf-bootstrap> (Run any interesting one and read the source code, 2h)
- Tutorial based on libbpf and eunomia-bpf: <https://github.com/eunomia-bpf/bpf-developer-tutorial> (Read part 1-10, 3-4h)