Skip to content

Commit addcd69

Browse files
committed
IOTDOCS-828 - secure-socket, not securesocket
1 parent 8b27a76 commit addcd69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/api/networksocket/DTLSSocket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## DTLSSocket
22

3-
`DTLSSocket` and `DTLSSocketWrapper` implement DTLS stream over the existing `Socket` transport. You can find design and implementation details in the [Secure Socket](../reference/securesocket.html) page.
3+
`DTLSSocket` and `DTLSSocketWrapper` implement DTLS stream over the existing `Socket` transport. You can find design and implementation details in the [Secure Socket](../reference/secure-socket.html) page.
44

55
To use secure DTLS connections, application use the `DTLSSocketWrapper` through the Socket API, so existing applications and libraries are compatible.
66

@@ -12,5 +12,5 @@ To use secure DTLS connections, application use the `DTLSSocketWrapper` through
1212

1313
### Related content
1414

15-
- [Secure Socket](../reference/securesocket.html)
15+
- [Secure Socket](../reference/secure-socket.html)
1616
- [TLSSocket](tlssocket.html)

docs/api/networksocket/TLSSocket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## TLSSocket
22

3-
`TLSSocket` and `TLSSocketWrapper` implement TLS stream over the existing `Socket` transport. You can find design and implementation details in the [SecureSocket](../reference/securesocket.html) page.
3+
`TLSSocket` and `TLSSocketWrapper` implement TLS stream over the existing `Socket` transport. You can find design and implementation details in the [SecureSocket](../reference/secure-socket.html) page.
44

55
To use secure TLS connections, the application uses the `TLSSocketWrapper` through the Socket API, so existing applications and libraries are compatible.
66

@@ -16,4 +16,4 @@ The TLSSocket example creates TLS connection to the HTTPS server and receives a
1616

1717
### Related content
1818

19-
- [SecureSocket](../reference/securesocket.html).
19+
- [SecureSocket](../reference/secure-socket.html).

0 commit comments

Comments
 (0)