1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-20 16:42:59 +03:00

Merge pull request #6413 from daverodgman/update_docs_links

Update documentation links
This commit is contained in:
Dave Rodgman
2022-10-14 17:42:48 +01:00
committed by GitHub
10 changed files with 23 additions and 20 deletions

View File

@ -2328,7 +2328,7 @@ int mbedtls_ssl_check_record( mbedtls_ssl_context const *ssl,
* here, except if using an event-driven style.
*
* \note See also the "DTLS tutorial" article in our knowledge base.
* https://tls.mbed.org/kb/how-to/dtls-tutorial
* https://mbed-tls.readthedocs.io/en/latest/kb/how-to/dtls-tutorial
*/
void mbedtls_ssl_set_timer_cb( mbedtls_ssl_context *ssl,
void *p_timer,