From 7a91ece3be684a05cdc78530ae34b851bd8ac7e6 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 21 May 2019 20:05:34 +0200 Subject: [PATCH] Update link to PSA Crypto API HTML Now that we aren't using Doxygen directly any longer, there is no longer a modules.html. Link to index.html instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 107f7ddd5..e243fe7e8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ There are currently a few deviations where the library does not yet implement th ### PSA Cryptography API -You can read the [complete PSA cryptography API specification as a PDF document](https://github.com/ARMmbed/mbed-crypto/blob/psa-crypto-api/docs/PSA_Cryptography_API_Specification.pdf). The API reference is also available in [HTML format](https://htmlpreview.github.io/?https://github.com/ARMmbed/mbed-crypto/blob/psa-crypto-api/docs/html/modules.html). +You can read the [complete PSA cryptography API specification as a PDF document](https://github.com/ARMmbed/mbed-crypto/blob/psa-crypto-api/docs/PSA_Cryptography_API_Specification.pdf). The API reference is also available in [HTML format](https://htmlpreview.github.io/?https://github.com/ARMmbed/mbed-crypto/blob/psa-crypto-api/docs/html/index.html). ### Browsable library documentation