From 04f1e88b75d1a8637c1f4ee7f33ab42cd3d50830 Mon Sep 17 00:00:00 2001 From: wenchao1024 <87457873+wenchao1024@users.noreply.github.com> Date: Fri, 21 Jan 2022 14:28:47 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a31c9..1ed79ca 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ ### 文档 - 官方文档: - Linux 内核:https://www.kernel.org/doc/Documentation/networking/filter.txt - - 开发QA:https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/bpf/bpf_devel_QA.rst + - 开发QA: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/bpf/bpf_devel_QA.rst - eBPF-Helpers:https://github.com/iovisor/bpf-docs/blob/master/bpf_helpers.rst/ - 其他文档: - [Advanced_BPF_Kernel_Features_for_the_Container_Age_FOSDEM](https://github.com/0voice/kernel_new_features/blob/main/ebpf/%E6%96%87%E6%A1%A3/Advanced_BPF_Kernel_Features_for_the_Container_Age_FOSDEM.pdf)