From eda5766c111d57c2f9865ca9a06594773d7ebeda Mon Sep 17 00:00:00 2001 From: Gowtham Suresh Kumar Date: Wed, 3 Jan 2024 16:37:01 +0000 Subject: [PATCH] Update document link in README The document seems to have been moved to a different place so updating it. Signed-off-by: Gowtham Suresh Kumar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b033d..b3511b8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ CI tests

-This repository contains a Rust wrapper around the [PSA Cryptography API](https://developer.arm.com/architectures/security-architectures/platform-security-architecture/documentation). There are two layers of wrapping: +This repository contains a Rust wrapper around the [PSA Cryptography API](https://arm-software.github.io/psa-api/crypto/). There are two layers of wrapping: * [`psa-crypto-sys`](psa-crypto-sys): a lower-level wrapper that exposes a minimal low-level C interface to Rust