Skip to content

Commit f3c8995

Browse files
committed
doc: tf-m: fix link to documentation
Fix broken link to docs of TF-M. Signed-off-by: Anas Nashif <[email protected]>
1 parent d1493b6 commit f3c8995

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

boards/adi/max32657evkit/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,4 +572,4 @@ References
572572
https://developer.arm.com/documentation/100935/0100/The-TrustZone-hardware-architecture-
573573

574574
.. _Trusted Firmware M:
575-
https://tf-m-user-guide.trustedfirmware.org/building/tfm_build_instruction.html
575+
https://tf-m.docs.trustedfirmware.org/en/latest/building/tfm_build_instruction.html

boards/arm/mps2/doc/mps2_an521.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ serial port:
562562
https://developer.arm.com/documentation/100235/latest/
563563
564564
.. _Trusted Firmware M:
565-
https://tf-m-user-guide.trustedfirmware.org/building/tfm_build_instruction.html
565+
https://tf-m.docs.trustedfirmware.org/en/latest/building/tfm_build_instruction.html
566566
567567
.. _Corelink SSE-200 Subsystem:
568568
https://developer.arm.com/documentation/dto0051/latest/subsystem-overview/about-the-sse-200

boards/arm/v2m_musca_b1/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ serial port:
393393
https://developer.arm.com/documentation/100235/latest/
394394

395395
.. _Trusted Firmware M Guide:
396-
https://tf-m-user-guide.trustedfirmware.org/building/tfm_build_instruction.html
396+
https://tf-m.docs.trustedfirmware.org/en/latest/building/tfm_build_instruction.html
397397

398398
.. _Corelink SSE-200 Subsystem:
399399
https://developer.arm.com/documentation/dto0051/latest/subsystem-overview/about-the-sse-200

boards/arm/v2m_musca_s1/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ corresponding TF-M integration example's README file.
421421
https://developer.arm.com/documentation/100235/latest/
422422

423423
.. _Trusted Firmware-M Guide:
424-
https://tf-m-user-guide.trustedfirmware.org/building/tfm_build_instruction.html
424+
https://tf-m.docs.trustedfirmware.org/en/latest/building/tfm_build_instruction.html
425425

426426
.. _Corelink SSE-200 Subsystem:
427427
https://developer.arm.com/documentation/dto0051/latest/subsystem-overview/about-the-sse-200

doc/services/tfm/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Trusted Firmware-M Overview
22
###########################
33

4-
`Trusted Firmware-M (TF-M) <https://tf-m-user-guide.trustedfirmware.org/>`__
4+
`Trusted Firmware-M (TF-M) <https://tf-m.docs.trustedfirmware.org/en/latest/>`__
55
is a reference implementation of the Platform Security Architecture (PSA)
66
`IoT Security Framework <https://www.psacertified.org/what-is-psa-certified/>`__.
77
It defines and implements an architecture and a set of software components
@@ -210,7 +210,7 @@ As of TF-M 1.8.0, the following secure services are generally available (althoug
210210
A template also exists for creating your own custom services.
211211

212212
For full details on these services, and their exposed APIs, please consult the
213-
`TF-M Documentation <https://tf-m-user-guide.trustedfirmware.org/>`__.
213+
`TF-M Documentation <https://tf-m.docs.trustedfirmware.org/en/latest/>`__.
214214

215215
Key Management and Derivation
216216
-----------------------------

samples/tfm_integration/tfm_integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ convenience sake at
4343
For further information consult the official `TF-M documentation`_
4444

4545
.. _TF-M documentation:
46-
https://tf-m-user-guide.trustedfirmware.org/
46+
https://tf-m.docs.trustedfirmware.org/en/latest/

samples/tfm_integration/tfm_secure_partition/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build files and build configuration files. The partition is built by the TF-M bu
2323
:ref:`tfm_build_system` for more details.
2424

2525
For more information on how to add custom secure partitions refer to TF-M's guide:
26-
https://tf-m-user-guide.trustedfirmware.org/integration_guide/services/tfm_secure_partition_addition.html
26+
https://tf-m.docs.trustedfirmware.org/en/latest/integration_guide/services/tfm_secure_partition_addition.html
2727

2828
When adapting this partition for your own purposes, please change all occurrences of
2929
"dummy_partition", "DUMMY_PARTITION", "dp", and "DP" to your own partition name. Also, look through

0 commit comments

Comments
 (0)