From: Quentin Schulz <[email protected]> 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]> --- 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

