summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2026-07-08 19:21:13 +0200
committerHeinrich Schuchardt <[email protected]>2026-07-16 00:40:43 +0200
commit0a2ad17254a2d0c935a78ffab49f107e0d7c1077 (patch)
tree271f323cf04fadd1265ace1f649533759dc35e1e
parente39e67c436e4c4bc416b3ce993a6def65fa2f75d (diff)
doc: CONTRIBUTE: use internal link instead of hardcoded external URL
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]>
-rw-r--r--doc/CONTRIBUTE.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/CONTRIBUTE.rst b/doc/CONTRIBUTE.rst
index a6e1cd1fb68..0179d55dbcc 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
-------------