[PATCH] Documentation: devel: fuzzing: fix wrong ReST syntax

Ahmad Fatoum a.fatoum at pengutronix.de
Fri Jul 4 07:35:52 PDT 2025


The closing backtick at the end was missing.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 Documentation/devel/fuzzing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devel/fuzzing.rst b/Documentation/devel/fuzzing.rst
index 4b6d565a470a..b475fd12fcea 100644
--- a/Documentation/devel/fuzzing.rst
+++ b/Documentation/devel/fuzzing.rst
@@ -133,4 +133,4 @@ e.g. how to wrap the received buffer in a ramdisk to interface
 with code that requires block devices.
 
 When adding a new fuzzing test, please also `submit a pullrequest
-with a corpus <https://github.com/barebox/barebox-fuzz-corpora/compare>_.
+with a corpus <https://github.com/barebox/barebox-fuzz-corpora/compare>`_.
-- 
2.39.5




More information about the barebox mailing list