bpf, docs: Fix link to BTF doc
authorBagas Sanjaya <bagasdotme@gmail.com>
Wed, 22 Feb 2023 08:35:30 +0000 (15:35 +0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 27 Feb 2023 20:54:14 +0000 (21:54 +0100)
commita07484c083eabc809e45a198bd639bfd37ac70b6
tree3f9bf5ed908fce9feacac924a15c0358c08d1bb9
parent580f98cc33a260bb8c6a39ae2921b29586b84fdf
bpf, docs: Fix link to BTF doc

Ross reported broken link to BTF documentation
(Documentation/bpf/btf.rst) in Documentation/bpf/bpf_devel_QA.rst. The
link in question is written using external link syntax, with the target
refers to BTF doc in reST source (btf.rst), which doesn't exist in
resulting HTML output.

Fix the link by replacing external link syntax with simply writing out
the target doc, which the link will be generated to the correct HTML doc
target.

Fixes: 6736aa793c2b5f ("selftests/bpf: Add general instructions for test execution")
Reported-by: Ross Zwisler <zwisler@google.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Ross Zwisler <zwisler@google.com>
Link: https://lore.kernel.org/linux-doc/Y++09LKx25dtR4Ow@google.com/
Link: https://lore.kernel.org/bpf/20230222083530.26136-1-bagasdotme@gmail.com
Documentation/bpf/bpf_devel_QA.rst