[PATCH 1/3] doc: CONTRIBUTE: use internal link instead of hardcoded external URL

Quentin Schulz foss+uboot at 0leil.net
Wed Jul 8 19:21:13 CEST 2026


From: Quentin Schulz <quentin.schulz at cherry.de>

This way we don't need to make sure this link still points to something
that exists, as Sphinx will enforce it at build time. It also has the
added benefit that if someone builds the docs they will point at their
docs (though that is debatable whether that's useful, but at least you
stay on the same website).

Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
 doc/CONTRIBUTE.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/CONTRIBUTE.rst b/doc/CONTRIBUTE.rst
index a6e1cd1fb68a..0179d55dbcc0 100644
--- a/doc/CONTRIBUTE.rst
+++ b/doc/CONTRIBUTE.rst
@@ -21,8 +21,7 @@ Repository
 
 The official U-Boot repository is located at https://source.denx.de/u-boot/u-boot
 
-Further more detailed documentation can be found at the following link:
-https://docs.u-boot-project.org/en/latest/index.html
+Further more detailed documentation can be found at the following link: :doc:`/index`.
 
 Contributions
 -------------

-- 
2.55.0



More information about the U-Boot mailing list