From d06d7a2cb0c7046536e0c6aafe39eaaedb03696f Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Mon, 4 Dec 2023 17:37:35 -0800 Subject: [PATCH] Fix --- samples/mqtt/websocket_connect/README.md | 1 - samples/mqtt/websocket_connect/README_custom_auth.md | 4 ---- samples/mqtt/websocket_connect/README_static_credentials.md | 4 ---- 3 files changed, 9 deletions(-) diff --git a/samples/mqtt/websocket_connect/README.md b/samples/mqtt/websocket_connect/README.md index d89c01ff1..74657daf7 100644 --- a/samples/mqtt/websocket_connect/README.md +++ b/samples/mqtt/websocket_connect/README.md @@ -11,7 +11,6 @@ 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 Connect/custom auth](./README_custom_auth.md) -* [Websocket Connect/username and password](./README_username_password.md) * [Websocket Connect/static credentials](./README_static_credentials.md) Your IoT Core Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect. Below is a sample policy that can be used on your IoT Core Thing that will allow this sample to run as intended. diff --git a/samples/mqtt/websocket_connect/README_custom_auth.md b/samples/mqtt/websocket_connect/README_custom_auth.md index aef3070d4..e54682786 100644 --- a/samples/mqtt/websocket_connect/README_custom_auth.md +++ b/samples/mqtt/websocket_connect/README_custom_auth.md @@ -16,10 +16,6 @@ Below is a sample policy that can be used on your IoT Core Thing that will allow If you want to use simple or 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 Connect/simple_auth](./README.md) -* [Websocket Connect/username and password](./README_username_password.md) -* [Websocket Connect/static credentials](./README_static_credentials.md) - Your IoT Core Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect. Below is a sample policy that can be used on your IoT Core Thing that will allow this sample to run as intended.
diff --git a/samples/mqtt/websocket_connect/README_static_credentials.md b/samples/mqtt/websocket_connect/README_static_credentials.md index 74ea19c1d..ea0021540 100644 --- a/samples/mqtt/websocket_connect/README_static_credentials.md +++ b/samples/mqtt/websocket_connect/README_static_credentials.md @@ -9,10 +9,6 @@ This sample demonstrates connecting via static credentials. If you want to use simple or 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 Connect/simple_auth](./README.md) -* [Websocket Connect/username and password](./README_username_password.md) -* [Websocket Connect/custom auth](./README_custom_auth.md) - Your IoT Core Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect. Below is a sample policy that can be used on your IoT Core Thing that will allow this sample to run as intended.