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.
This commit is contained in:
Gilles Peskine 2019-05-21 20:05:34 +02:00
parent 81f9539037
commit 7a91ece3be

View file

@ -30,7 +30,7 @@ There are currently a few deviations where the library does not yet implement th
### PSA Cryptography API ### 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 ### Browsable library documentation