Skip to content

Commit

Permalink
chore: fix link to ebpf.io in index
Browse files Browse the repository at this point in the history
It occurred to me while glancing at the main page
that this link wasn't actually linking in the render,
so this patch adds a markdown link in order to fix that.
  • Loading branch information
shaneutt committed Jan 23, 2023
1 parent bab873c commit 347d5f2
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 347d5f2

Please sign in to comment.