mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
fix dead link docs (#4221)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
Client Secure
|
||||
-------------
|
||||
|
||||
The client secure is a `client <#client>`__ but secure. Application example below will be easier to follow if you check similar and simpler `example <client-examples.md>`__ for the "ordinary" client. That being said we will concentrate on discussing the code that is specific to the client secure.
|
||||
The client secure is a `client <#client>`__ but secure. Application example below will be easier to follow if you check similar and simpler `example <client-examples.rst>`__ for the "ordinary" client. That being said we will concentrate on discussing the code that is specific to the client secure.
|
||||
|
||||
Table of Contents
|
||||
-----------------
|
||||
@ -71,7 +71,7 @@ We can obtain the ``fingerprint`` for specific ``host`` using a web browser. For
|
||||
|
||||
alt text
|
||||
|
||||
Remaining steps look almost identical as for the `non-secure client example <client-examples.md>`__.
|
||||
Remaining steps look almost identical as for the `non-secure client example <client-examples.rst>`__.
|
||||
|
||||
Connect to the Server
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -106,7 +106,7 @@ If this check fails, it is up to you to decide if to proceed further or abort co
|
||||
GET Response from the Server
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
In the next steps we should execute GET command. This is done is similar way as discussed in `non-secure client example <client-examples.md>`__.
|
||||
In the next steps we should execute GET command. This is done is similar way as discussed in `non-secure client example <client-examples.rst>`__.
|
||||
|
||||
.. code:: cpp
|
||||
|
||||
|
Reference in New Issue
Block a user