diff mbox series

doc: Fix link reference to general verified boot docs

Message ID 20240611144031.1311008-1-ada@thorsis.com
State Accepted, archived
Delegated to: Heinrich Schuchardt
Headers show
Series doc: Fix link reference to general verified boot docs | expand

Commit Message

Alexander Dahl June 11, 2024, 2:40 p.m. UTC
Fixes: ad29e08b79fd ("doc: Bring in FIT signature files")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 doc/usage/fit/signature.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 1ebd659cf020843fd8e8ef90d85a66941cbab6ec

Comments

Simon Glass June 11, 2024, 7:19 p.m. UTC | #1
On Tue, 11 Jun 2024 at 08:40, Alexander Dahl <ada@thorsis.com> wrote:
>
> Fixes: ad29e08b79fd ("doc: Bring in FIT signature files")
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---
>  doc/usage/fit/signature.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/doc/usage/fit/signature.rst b/doc/usage/fit/signature.rst
index 03a71b5192d..b868dcbf9fd 100644
--- a/doc/usage/fit/signature.rst
+++ b/doc/usage/fit/signature.rst
@@ -15,7 +15,7 @@  that it can be verified using a public key later. Provided that the private
 key is kept secret and the public key is stored in a non-volatile place,
 any image can be verified in this way.
 
-See verified-boot.txt for more general information on verified boot.
+See :doc:`verified-boot` for more general information on verified boot.
 
 
 Concepts