From 347d5f299a9caec3c85453a6d54a6fccbd4a3015 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Mon, 23 Jan 2023 14:19:07 -0500 Subject: [PATCH] chore: fix link to ebpf.io in index 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. --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index fb3eb6e0..b2113925 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 @@ -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