aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2021-07-08 21:42:35 +0800
committerDavid Hu <david.hu@arm.com>2021-07-13 10:16:12 +0200
commit3b46c807d5dd5423a96886fd83932fb2976ff36e (patch)
tree0e8ed9da52dde619df806251a74a2d6789a6d438 /docs
parent67b16a9d44923ad3740e7b71c7e25d9c0457555c (diff)
downloadtrusted-firmware-m-3b46c807d5dd5423a96886fd83932fb2976ff36e.tar.gz
Docs: Fix doc links in porting_TFM_to_a_new_hardware.rst
Change-Id: Iec42e7f37b07ac9b9089351d3f6108ab05011049 Signed-off-by: David Hu <david.hu@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/integration_guide/porting_TFM_to_a_new_hardware.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/integration_guide/porting_TFM_to_a_new_hardware.rst b/docs/integration_guide/porting_TFM_to_a_new_hardware.rst
index 661d7d78ba..13600c75ad 100644
--- a/docs/integration_guide/porting_TFM_to_a_new_hardware.rst
+++ b/docs/integration_guide/porting_TFM_to_a_new_hardware.rst
@@ -18,13 +18,13 @@ Prerequisites
Building environnement
======================
Make sure you have a working build environnement and that you can build
-TF-M on AN521 following the build instructions
-:doc:`Build instructions </docs/getting_started/tfm_build_instruction>`.
+TF-M on AN521 following the
+:doc:`Build instructions </docs/technical_references/instructions/tfm_build_instruction>`.
Toolchains and software requirements
====================================
-Please follow the :doc:`SW requirements guide </docs/getting_started/tfm_sw_requirement>`.
+Please follow the :doc:`Getting started guide </docs/getting_started/tfm_getting_started>`.
CMSIS Drivers
=============
@@ -59,7 +59,8 @@ In a nutshell, this should be a 6 iterative steps process:
#. Running the regression tests
- - :doc:`Regression tests </docs/getting_started/tfm_build_instruction>`.
+ - See :doc:`Running TF-M on Arm platforms </docs/technical_references/instructions/run_tfm_examples_on_arm_platforms>`
+ as an example
*****************