Skip to content

Commit

Permalink
Merge pull request aya-rs#88 from shaneutt/patch-1
Browse files Browse the repository at this point in the history
chore: fix link to ebpf.io in index
  • Loading branch information
vadorovsky committed Jan 25, 2023
2 parents 330dd3a + 347d5f2 commit f001417
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Home

eBPF is a technology that allows running user-supplied programs inside the Linux
kernel. For more info see https://ebpf.io/what-is-ebpf.
kernel. For more info see the ["What is eBPF?" documentation][what-is-ebpf].

Aya is an eBPF library built with a focus on operability and developer
experience. It does not rely on [libbpf] nor [bcc] - it's built from the ground
Expand All @@ -24,6 +24,7 @@ Some of the major features provided include:
compiled headers, and not even a C toolchain; a release build completes in a matter
of seconds.

[what-is-ebpf]:https://ebpf.io/what-is-ebpf
[libbpf]: https://github.com/libbpf/libbpf
[bcc]: https://github.com/iovisor/bcc
[libc]: https://docs.rs/libc
Expand Down

0 comments on commit f001417

Please sign in to comment.