From 9acd9b2e23fc478002cfb342edc3ffa04cbd7313 Mon Sep 17 00:00:00 2001 From: Kody Stribrny Date: Thu, 4 Apr 2024 13:51:44 -0700 Subject: [PATCH] Fix TFM about link This page does not look to exist anymore which is failing our link verifier check. --- portable/ThirdParty/GCC/ARM_TFM/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/ThirdParty/GCC/ARM_TFM/README.md b/portable/ThirdParty/GCC/ARM_TFM/README.md index b1d49fd710..ae29624479 100644 --- a/portable/ThirdParty/GCC/ARM_TFM/README.md +++ b/portable/ThirdParty/GCC/ARM_TFM/README.md @@ -10,7 +10,7 @@ to design security into a device from the ground up. PSA is made up of four key stages: analyze, architect, implement, and certify. See [PSA Resource Page](https://developer.arm.com/architectures/security-architectures/platform-security-architecture). TF-M is an open source project. It provides a reference implementation of PSA -for Arm M-profile architecture. Please get the details from this [link](https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/about/). +for Arm M-profile architecture. Please get the details from this [link](https://www.trustedfirmware.org/about/). # Derivation of the source code