Skip to content

Commit ab88177

Browse files
committed
docs: Fix features and video link in index.md
1 parent b039248 commit ab88177

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ trace_pipe()
4242

4343
## Features
4444

45-
* Generate eBPF programs directly from Python
45+
* Generate eBPF programs directly using Python syntax
4646
* Compile to LLVM object files for kernel execution
4747
* Built with `llvmlite` for IR generation
4848
* Supports maps, helpers, and global definitions for BPF
49-
* Companion project: [pylibbpf](https://github.com/pythonbpf/pylibbpf), which provides bindings for object loading
49+
* Companion project: [pylibbpf](https://github.com/pythonbpf/pylibbpf), which provides bindings for libbpf
5050

5151
## Table of Contents
5252

@@ -82,8 +82,7 @@ api/index
8282

8383
* **GitHub Repository**: [pythonbpf/Python-BPF](https://github.com/pythonbpf/Python-BPF)
8484
* **PyPI Package**: [pythonbpf](https://pypi.org/project/pythonbpf/)
85-
* **Video Demo**: [YouTube](https://youtu.be/eMyLW8iWbks)
86-
* **Slide Deck**: [Google Slides](https://docs.google.com/presentation/d/1DsWDIVrpJhM4RgOETO9VWqUtEHo3-c7XIWmNpi6sTSo/edit?usp=sharing)
85+
* **Video Demo**: [YouTube](https://www.youtube.com/watch?v=eFVhLnWFxtE)
8786

8887
## License
8988

0 commit comments

Comments
 (0)