diff --git a/Features.md b/Features.md index fd8a860..7fd9fa1 100644 --- a/Features.md +++ b/Features.md @@ -59,7 +59,7 @@ wolfSSLv23_server_method(void); /*Use highest possible version from SSLv3 - TLS 1.2*/ ``` -wolfSSL supports robust server downgrade with the **wolfSSLv23\_server\_method()** function. See section 4.2.3 for a details. +wolfSSL supports robust server downgrade with the **wolfSSLv23\_server\_method()** function. See [section 4.2.3](#423-robust-client-and-server-downgrade) for a details. ### 4.2.2 Client Functions @@ -74,7 +74,7 @@ wolfSSLv23_client_method(void); /* Use highest possible version from SSLv3 - TLS 1.2*/ ``` -wolfSSL supports robust client downgrade with the **wolfSSLv23\_client\_method()** function. See section 4.2.3 for a details. +wolfSSL supports robust client downgrade with the **wolfSSLv23\_client\_method()** function. See [section 4.2.3](#423-robust-client-and-server-downgrade) for a details. For details on how to use these functions, please see [Chapter 3, “Getting Started.”](https://github.com/wolfSSL/wolfssl/wiki/Getting-Started) For a comparison between SSL 3.0, TLS 1.0, 1.1, 1.2, and DTLS, please see [Appendix A](https://www.wolfssl.com/docs/wolfssl-manual/appendix-a/).