From: Andrei Matei Date: Sun, 22 Nov 2020 02:22:04 +0000 (-0500) Subject: selftest/bpf: Fix link in readme X-Git-Tag: accepted/tizen/unified/20230118.172025~8321^2~124^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05a98d7672731aeb5f9837b35cc7fe70444e70bd;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Daniel Borkmann Acked-by: Yonghong Song Link: https://lore.kernel.org/bpf/20201122022205.57229-1-andreimatei1@gmail.com --- diff --git a/tools/testing/selftests/bpf/README.rst b/tools/testing/selftests/bpf/README.rst index ac9eda8..3b8d888 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.