mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-02-08 06:00:56 +00:00
docs: Fix links and fluff in getting-started/index.md
This commit is contained in:
@ -17,7 +17,6 @@ Before you begin, make sure you have:
|
|||||||
* A Linux system (eBPF requires Linux kernel 4.15+)
|
* A Linux system (eBPF requires Linux kernel 4.15+)
|
||||||
* Python 3.10 or higher
|
* Python 3.10 or higher
|
||||||
* Root or sudo access (required for loading BPF programs)
|
* Root or sudo access (required for loading BPF programs)
|
||||||
* Basic understanding of Python programming
|
|
||||||
|
|
||||||
## Quick Navigation
|
## Quick Navigation
|
||||||
|
|
||||||
@ -33,8 +32,8 @@ quickstart
|
|||||||
After completing the getting started guide, you can:
|
After completing the getting started guide, you can:
|
||||||
|
|
||||||
* Explore the {doc}`../user-guide/index` for detailed information on features
|
* Explore the {doc}`../user-guide/index` for detailed information on features
|
||||||
* Check out the {doc}`../api/index` for complete API reference
|
* Check out the {doc}`../api/index`
|
||||||
* Browse the [examples directory](https://github.com/pythonbpf/Python-BPF/tree/master/examples) for more complex programs
|
* 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?
|
## Need Help?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user