bpf, docs: Fix link to netdev-FAQ target
authorDavid Vernet <void@manifault.com>
Thu, 2 Mar 2023 18:39:17 +0000 (12:39 -0600)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 3 Mar 2023 06:36:10 +0000 (22:36 -0800)
commitd56b0c461d19dae917fa0bba76cbe8ad7a44712e
tree1cae3856e88f48de289189317f283ffda0d546d1
parentc45eac537bd8b4977d335c123212140bc5257670
bpf, docs: Fix link to netdev-FAQ target

The BPF devel Q&A documentation page makes frequent reference to the
netdev-QA page via the netdev-FAQ rst link. This link is currently
broken, as is evidenced by the build output when making BPF docs:

./Documentation/bpf/bpf_devel_QA.rst:150: WARNING: undefined label: 'netdev-faq'
./Documentation/bpf/bpf_devel_QA.rst:206: WARNING: undefined label: 'netdev-faq'
./Documentation/bpf/bpf_devel_QA.rst:231: WARNING: undefined label: 'netdev-faq'
./Documentation/bpf/bpf_devel_QA.rst:396: WARNING: undefined label: 'netdev-faq'
./Documentation/bpf/bpf_devel_QA.rst:412: WARNING: undefined label: 'netdev-faq'

Fix the links to point to the actual netdev-faq page.

Signed-off-by: David Vernet <void@manifault.com>
Link: https://lore.kernel.org/r/20230302183918.54190-1-void@manifault.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Documentation/bpf/bpf_devel_QA.rst