From 2d8c6c144c9eb6f23023234b6e528acd6930ecf7 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Thu, 22 Jan 2026 04:31:11 +0530 Subject: [PATCH] docs: Fix links and fluff in getting-started/index.md --- docs/getting-started/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 3ba114b..e54361f 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -17,7 +17,6 @@ Before you begin, make sure you have: * A Linux system (eBPF requires Linux kernel 4.15+) * Python 3.10 or higher * Root or sudo access (required for loading BPF programs) -* Basic understanding of Python programming ## Quick Navigation @@ -33,8 +32,8 @@ quickstart After completing the getting started guide, you can: * Explore the {doc}`../user-guide/index` for detailed information on features -* Check out the {doc}`../api/index` for complete API reference -* Browse the [examples directory](https://github.com/pythonbpf/Python-BPF/tree/master/examples) for more complex programs +* Check out the {doc}`../api/index` +* 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) ## Need Help?