Skip to content

Commit 948381c

Browse files
author
Amanda Butler
authored
Fix links in tls_tutorial.md
Fix image pathway links, so images appear.
1 parent 7422ef2 commit 948381c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/security/tls_tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Unlike desktop operating systems, such as Windows or macOS, Mbed OS does not hav
1616

1717
You can use any browser to find the root CAs, but this tutorial uses Firefox:
1818

19-
<span class="images">![](../../../images/root-ca-selection.png "Getting root CA in Firefox")<span>Getting a root CA in Firefox</span></span>
19+
<span class="images">![](../../images/root-ca-selection.png "Getting root CA in Firefox")<span>Getting a root CA in Firefox</span></span>
2020

2121
1. Use Firefox to go to a page that uses HTTPS and is hosted on the same domain as the server you want to talk to over a TLS Socket.
2222
1. Click `Tools` > `Page Info`.
@@ -40,7 +40,7 @@ You can use any browser to find the root CAs, but this tutorial uses Firefox:
4040
1. Look for the last occurance of `-----BEGIN CERTIFICATE-----`.
4141
1. Copy everything from `-----BEGIN CERTIFICATE-----` to `-----END CERTIFICATE-----`, and store it in a file.
4242

43-
<span class="images">![](../../../images/tlssocket02.png "Getting root CA via OpenSSL")<span>Getting a root CA through OpenSSL</span></span>
43+
<span class="images">![](../../images/tlssocket02.png "Getting root CA via OpenSSL")<span>Getting a root CA through OpenSSL</span></span>
4444

4545
## Placing the CA certificate in code
4646

0 commit comments

Comments
 (0)