Re: [PATCH bpf-next v3] Documentation/bpf: Use valid and new links in index.rst
From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2020-07-31 16:19:30
Also in:
bpf, linux-doc, lkml
From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2020-07-31 16:19:30
Also in:
bpf, linux-doc, lkml
On 7/31/20 10:29 AM, Tiezhu Yang wrote:
There exists an error "404 Not Found" when I click the html link of "Documentation/networking/filter.rst" in the BPF documentation [1], fix it. Additionally, use the new links about "BPF and XDP Reference Guide" and "bpf(2)" to avoid redirects. [1] https://www.kernel.org/doc/html/latest/bpf/ Fixes: d9b9170a2653 ("docs: bpf: Rename README.rst to index.rst") Fixes: cb3f0d56e153 ("docs: networking: convert filter.txt to ReST") Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
That looks better, applied, thanks!