Skip to content

Commit

Permalink
Fix local links
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Jan 12, 2024
1 parent 9fb6d4b commit 28eecfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/websocket_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
If you want to use custom auth (or static creds, or basic auth, etc) instead,
then you will need to replace part of the sample (connection\_setup function) with a code snippet we provided in its corresponding readme.

[Websocket Connection Using Custom Authentication](#Websocket-Connection-Using-Custom-Authentication)
[Websocket Connection Using Static Credentials](#Websocket-Connection-Using-Custom-Authentication)
* [Websocket Connection Using Custom Authentication](#websocket-connection-using-custom-authentication)
* [Websocket Connection Using Static Credentials](#websocket-connection-using-custom-authentication)

This sample makes an MQTT connection via Websockets and then disconnects.
On startup, the device connects to the server via Websockets and then disconnects right after.
Expand Down

0 comments on commit 28eecfd

Please sign in to comment.