From 348f3fd179134a62d410a12be20f24cc783d3c6b Mon Sep 17 00:00:00 2001 From: Joseph Klix Date: Thu, 29 Aug 2024 14:21:36 -0700 Subject: [PATCH] fix static credentials in page hyperlink --- samples/websocket_connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/websocket_connect.md b/samples/websocket_connect.md index 8d249061..daaea938 100644 --- a/samples/websocket_connect.md +++ b/samples/websocket_connect.md @@ -5,7 +5,7 @@ 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 Static Credentials](#websocket-connection-using-static-credentials) 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.