[PATCH] Documentation: devel: contributing: fix URL ReST syntax
Ahmad Fatoum
a.fatoum at barebox.org
Mon Jan 5 00:24:35 PST 2026
Without the trailing _, we don't get a clickable link.
Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
---
Documentation/devel/contributing.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devel/contributing.rst b/Documentation/devel/contributing.rst
index 45e904f78526..cb3820f23c63 100644
--- a/Documentation/devel/contributing.rst
+++ b/Documentation/devel/contributing.rst
@@ -77,7 +77,7 @@ GitHub Actions. The CI performs a range of checks, including:
* Shuffle make dependency build order to find missing dependencies
You can run the exact same tests yourself by forking the
-`the project on Github <https://github.com/barebox/barebox>`.
+`the project on Github <https://github.com/barebox/barebox>`_.
Read along for instructions on reproducing locally.
--
2.47.3
More information about the barebox
mailing list