Skip to content

Commit

Permalink
Fix wrong docs file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Jun 15, 2023
1 parent 0201567 commit 0af20eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-manual/ssl-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ All combined, steps to establish SSL connection is to:
Example
*******

Below is the up-to-date netconn API example using SSL connection.
Below is the up-to-date netconn API example using SSL connection. Example file is located in ``snippets/netconn_client_ssl.c``

.. literalinclude:: ../../../snippets/netconn_client_ssl.c
.. literalinclude:: ../../snippets/netconn_client_ssl.c
:language: c
:linenos:
:caption: Netconn example with SSL
Expand Down

0 comments on commit 0af20eb

Please sign in to comment.