Update Mbed Crypto references to Mbed TLS
diff --git a/docs/psa/accel/index.html b/docs/psa/accel/index.html
index d3c4825..600f8ff 100644
--- a/docs/psa/accel/index.html
+++ b/docs/psa/accel/index.html
@@ -1,5 +1,5 @@
<h1 id="psa-cryptographic-accelerator-interface">PSA cryptographic accelerator interface</h1>
<p>The cryptographic accelerator driver interface lets you write drivers for hardware that performs cryptographic operations with keys in clear text. You can plug such drivers into any implementation of the <a href="../#application-programming-interface">PSA Cryptography API</a>.</p>
<p><strong>Status: draft</strong> — major changes are still likely.</p>
-<p><strong>Documentation</strong>: for now, please see the header file: <a href="https://github.com/ARMmbed/mbed-crypto/blob/development/include/psa/crypto_accel_driver.h"><code>include/psa/crypto_accel_driver.h</code></a></p>
-<p><strong>Mbed Crypto support status</strong>: Not implemented yet. For now, accelerators use the <a href="https://tls.mbed.org/kb/development/hw_acc_guidelines">Mbed TLS alternative cryptography engine interface</a>.</p>
+<p><strong>Documentation</strong>: for now, please see the header file: <a href="https://github.com/ARMmbed/mbedtls/blob/development/include/psa/crypto_accel_driver.h"><code>include/psa/crypto_accel_driver.h</code></a></p>
+<p><strong>Mbed TLS support status</strong>: Not implemented yet. For now, accelerators use the <a href="https://tls.mbed.org/kb/development/hw_acc_guidelines">Mbed TLS alternative cryptography engine interface</a>.</p>
diff --git a/docs/psa/accel/index.md b/docs/psa/accel/index.md
index 9027883..8d076e5 100644
--- a/docs/psa/accel/index.md
+++ b/docs/psa/accel/index.md
@@ -6,6 +6,6 @@
**Status: draft** — major changes are still likely.
**Documentation**: for now, please see the header file:
-[`include/psa/crypto_accel_driver.h`](https://github.com/ARMmbed/mbed-crypto/blob/development/include/psa/crypto_accel_driver.h)
+[`include/psa/crypto_accel_driver.h`](https://github.com/ARMmbed/mbedtls/blob/development/include/psa/crypto_accel_driver.h)
-**Mbed Crypto support status**: Not implemented yet. For now, accelerators use the [Mbed TLS alternative cryptography engine interface](https://tls.mbed.org/kb/development/hw_acc_guidelines).
+**Mbed TLS support status**: Not implemented yet. For now, accelerators use the [Mbed TLS alternative cryptography engine interface](https://tls.mbed.org/kb/development/hw_acc_guidelines).