diff --git a/doc/esp8266wifi/client-secure-examples.rst b/doc/esp8266wifi/client-secure-examples.rst index 5d9fd0373..a21a3e773 100644 --- a/doc/esp8266wifi/client-secure-examples.rst +++ b/doc/esp8266wifi/client-secure-examples.rst @@ -178,4 +178,4 @@ Conclusion Programming a secure client is almost identical as programming a non-secure client. The difference gets down to one extra step to verify server's identity. Keep in mind limitations due to heavy memory usage that depends on the strength of the key used by the server and whether server is willing to negotiate the `TLS buffer size `__. For the list of functions provided to manage secure clients, please refer to the `Client Secure Class -:arrow\_right: `__ documentation. +:arrow\_right: `__ documentation.