Skip to content

Commit 2d8c6c1

Browse files
committed
docs: Fix links and fluff in getting-started/index.md
1 parent c1f32a2 commit 2d8c6c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/getting-started/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Before you begin, make sure you have:
1717
* A Linux system (eBPF requires Linux kernel 4.15+)
1818
* Python 3.10 or higher
1919
* Root or sudo access (required for loading BPF programs)
20-
* Basic understanding of Python programming
2120

2221
## Quick Navigation
2322

@@ -33,8 +32,8 @@ quickstart
3332
After completing the getting started guide, you can:
3433

3534
* Explore the {doc}`../user-guide/index` for detailed information on features
36-
* Check out the {doc}`../api/index` for complete API reference
37-
* Browse the [examples directory](https://github.com/pythonbpf/Python-BPF/tree/master/examples) for more complex programs
35+
* Check out the {doc}`../api/index`
36+
* Browse the [examples directory](https://github.com/pythonbpf/Python-BPF/tree/master/examples) and the [BCC examples directory](https://github.com/pythonbpf/Python-BPF/tree/master/BCC-Examples)
3837

3938
## Need Help?
4039

0 commit comments

Comments
 (0)