diff --git a/docs/components/firmware-update.rst b/docs/components/firmware-update.rst index 1ba1e1c6e..eda78525a 100644 --- a/docs/components/firmware-update.rst +++ b/docs/components/firmware-update.rst @@ -494,4 +494,4 @@ This is only allowed if the image is not being executed. .. _Universally Unique Identifier: https://tools.ietf.org/rfc/rfc4122.txt .. |Flow Diagram| image:: ../resources/diagrams/fwu_flow.png .. |FWU state machine| image:: ../resources/diagrams/fwu_states.png -.. _PSA FW update specification: https://developer.arm.com/documentation/den0118/a/ +.. _PSA FW update specification: https://developer.arm.com/documentation/den0118/latest/ diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index 37545ce34..def9fda77 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -1345,7 +1345,7 @@ Firmware update options *Copyright (c) 2019-2024, Arm Limited. All rights reserved.* .. _DEN0115: https://developer.arm.com/docs/den0115/latest -.. _PSA FW update specification: https://developer.arm.com/documentation/den0118/a/ +.. _PSA FW update specification: https://developer.arm.com/documentation/den0118/latest/ .. _PSA DRTM specification: https://developer.arm.com/documentation/den0113/a .. _GCC: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html .. _Clang: https://clang.llvm.org/docs/DiagnosticsReference.html diff --git a/docs/index.rst b/docs/index.rst index cdb237aea..c05c0a506 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -95,4 +95,4 @@ have previously been raised against the software. .. _System Control and Management Interface (SCMI): http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf .. _Software Delegated Exception Interface (SDEI): http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf .. _SMC Calling Convention: https://developer.arm.com/docs/den0028/latest -.. _PSA FW update specification: https://developer.arm.com/documentation/den0118/a/ +.. _PSA FW update specification: https://developer.arm.com/documentation/den0118/latest/ diff --git a/include/drivers/fwu/fwu_metadata.h b/include/drivers/fwu/fwu_metadata.h index 2e88de5ec..7ff11763c 100644 --- a/include/drivers/fwu/fwu_metadata.h +++ b/include/drivers/fwu/fwu_metadata.h @@ -4,7 +4,7 @@ * SPDX-License-Identifier: BSD-3-Clause * * FWU metadata information as per the specification section 4.1: - * https://developer.arm.com/documentation/den0118/a/ + * https://developer.arm.com/documentation/den0118/latest/ * */