diff options
| author | Alexander Dahl <[email protected]> | 2024-06-11 16:40:31 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-06-16 10:37:10 +0200 |
| commit | d1499a8b3fa30e4d835a139e958fc7bec96af412 (patch) | |
| tree | 603d1f7894fb336197361b2ab32dc736e88a4c02 /doc | |
| parent | 00cac7456125a2ab76ea30d32d78f4a2b177b2b3 (diff) | |
doc: Fix link reference to general verified boot docs
Fixes: ad29e08b79fd ("doc: Bring in FIT signature files")
Signed-off-by: Alexander Dahl <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/usage/fit/signature.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
