From 71b963699da89f3a99056264c07fbb207f9816a7 Mon Sep 17 00:00:00 2001 From: Christopher Thomas Date: Mon, 9 Oct 2017 08:20:58 -0700 Subject: [PATCH] Fix broken link --- doc/esp8266wifi/client-examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/esp8266wifi/client-examples.rst b/doc/esp8266wifi/client-examples.rst index fafe69513..261b96c52 100644 --- a/doc/esp8266wifi/client-examples.rst +++ b/doc/esp8266wifi/client-examples.rst @@ -249,7 +249,7 @@ In case server's web address is incorrect, or server is not accessible, you shou Conclusion ~~~~~~~~~~ -With this simple example we have demonstrated how to set up a client program, connect it to a server, request a web page and retrieve it. Now you should be able to write your own client program for ESP8266 and move to more advanced dialogue with a server, like e.g. using `HTTPS `__ protocol with the `Client Secure `__. +With this simple example we have demonstrated how to set up a client program, connect it to a server, request a web page and retrieve it. Now you should be able to write your own client program for ESP8266 and move to more advanced dialogue with a server, like e.g. using `HTTPS `__ protocol with the :doc:`Client Secure ` . For more client examples please check