diff mbox series

[1/1] doc: FIT links in develop/uefi/uefi.rst

Message ID 20240618061644.11677-1-heinrich.schuchardt@canonical.com
State Accepted
Commit dfb28817c10e9b446832e2b4149bb6b874251fbc
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] doc: FIT links in develop/uefi/uefi.rst | expand

Commit Message

Heinrich Schuchardt June 18, 2024, 6:16 a.m. UTC
Correct the links to the FIT documentation.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 doc/develop/uefi/uefi.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ilias Apalodimas June 18, 2024, 9:16 a.m. UTC | #1
On Tue, 18 Jun 2024 at 09:16, Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> Correct the links to the FIT documentation.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  doc/develop/uefi/uefi.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst
> index 0389b269c01..ea70dcbda86 100644
> --- a/doc/develop/uefi/uefi.rst
> +++ b/doc/develop/uefi/uefi.rst
> @@ -72,7 +72,7 @@ bootm command. This feature is available if U-Boot is configured with::
>
>      CONFIG_BOOTM_EFI=y
>
> -A sample configuration is provided as file doc/uImage.FIT/uefi.its.
> +A sample configuration is provided in :doc:`../../usage/fit/uefi`.
>
>  Below you find the output of an example session starting GRUB::
>
> @@ -96,7 +96,7 @@ Below you find the output of an example session starting GRUB::
>      ## Transferring control to EFI (at address 404000d0) ...
>      Welcome to GRUB!
>
> -See doc/uImage.FIT/howto.txt for an introduction to FIT images.
> +See :doc:`../../usage/fit/howto` for an introduction to FIT images.
>
>  Configuring UEFI secure boot
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --
> 2.43.0
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff mbox series

Patch

diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst
index 0389b269c01..ea70dcbda86 100644
--- a/doc/develop/uefi/uefi.rst
+++ b/doc/develop/uefi/uefi.rst
@@ -72,7 +72,7 @@  bootm command. This feature is available if U-Boot is configured with::
 
     CONFIG_BOOTM_EFI=y
 
-A sample configuration is provided as file doc/uImage.FIT/uefi.its.
+A sample configuration is provided in :doc:`../../usage/fit/uefi`.
 
 Below you find the output of an example session starting GRUB::
 
@@ -96,7 +96,7 @@  Below you find the output of an example session starting GRUB::
     ## Transferring control to EFI (at address 404000d0) ...
     Welcome to GRUB!
 
-See doc/uImage.FIT/howto.txt for an introduction to FIT images.
+See :doc:`../../usage/fit/howto` for an introduction to FIT images.
 
 Configuring UEFI secure boot
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~