summaryrefslogtreecommitdiff
path: root/src/shared/linux/bpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/linux/bpf.h')
-rw-r--r--src/shared/linux/bpf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/linux/bpf.h b/src/shared/linux/bpf.h
index f4009dbdf6..51309a19b3 100644
--- a/src/shared/linux/bpf.h
+++ b/src/shared/linux/bpf.h
@@ -473,7 +473,7 @@ union bpf_iter_link_info {
* Verify and load BPF Type Format (BTF) metadata into the kernel,
* returning a new file descriptor associated with the metadata.
* BTF is described in more detail at
- * https://www.kernel.org/doc/html/latest/bpf/btf.html.
+ * https://docs.kernel.org/bpf/btf.html.
*
* The *btf* parameter must point to valid memory providing
* *btf_size* bytes of BTF binary metadata.