aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Matei <[email protected]>2020-11-21 21:22:04 -0500
committerDaniel Borkmann <[email protected]>2020-11-24 22:59:52 +0100
commit05a98d7672731aeb5f9837b35cc7fe70444e70bd (patch)
treedca263226775d5cdb249e667562b8c40cd3b3e3d
parent91b2db27d3ff9ad29e8b3108dfbf1e2f49fe9bd3 (diff)
selftest/bpf: Fix link in readme
The link was bad because of invalid rst; it was pointing to itself and was rendering badly. Signed-off-by: Andrei Matei <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
-rw-r--r--tools/testing/selftests/bpf/README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/README.rst b/tools/testing/selftests/bpf/README.rst
index ac9eda830187..3b8d8885892d 100644
--- a/tools/testing/selftests/bpf/README.rst
+++ b/tools/testing/selftests/bpf/README.rst
@@ -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.