selftest/bpf: Fix link in readme
authorAndrei Matei <andreimatei1@gmail.com>
Sun, 22 Nov 2020 02:22:04 +0000 (21:22 -0500)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 24 Nov 2020 21:59:52 +0000 (22:59 +0100)
The link was bad because of invalid rst; it was pointing to itself and
was rendering badly.

Signed-off-by: Andrei Matei <andreimatei1@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20201122022205.57229-1-andreimatei1@gmail.com
tools/testing/selftests/bpf/README.rst

index ac9eda8..3b8d888 100644 (file)
@@ -2,7 +2,10 @@
 BPF Selftest Notes
 ==================
 General instructions on running selftests can be found in
-`Documentation/bpf/bpf_devel_QA.rst`_.
+`Documentation/bpf/bpf_devel_QA.rst`__.
+
+__ /Documentation/bpf/bpf_devel_QA.rst#q-how-to-run-bpf-selftests
+
 
 Additional information about selftest failures are
 documented here.