summaryrefslogtreecommitdiff
path: root/src/shared/linux
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2022-07-04 17:26:30 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-07-04 19:56:53 +0200
commit0e6858232387050b2bff15365043914e4c764d7c (patch)
tree36f91f8833e667d35cedfe610da1b39e9d80b26e /src/shared/linux
parent7c38952e68cd8a55090771830b604bf36c8f6f50 (diff)
downloadsystemd-0e6858232387050b2bff15365043914e4c764d7c.tar.gz
tree-wide: link to docs.kernel.org for kernel documentation
https://www.kernel.org/ links to https://docs.kernel.org/ for the documentation. See https://git.kernel.org/pub/scm/docs/kernel/website.git/commit/?id=ebc1c372850f249dd143c6d942e66c88ec610520 These URLs are shorter and nicer looking.
Diffstat (limited to 'src/shared/linux')
-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.