You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This directory contains sample applications for [aws-iot-device-sdk-python-v2](.
20
20
|[Websockets with Sigv4 authentication](./mqtt/mqtt5_aws_websocket.md)| Shows how to authenticate over websockets using AWS Signature Version 4 credentials. |
21
21
| [AWS Custom Authorizer Lambda Function](./mqtt/mqtt5_custom_auth.md) | Examples of connecting with a signed and unsigned Lambda-backed custom authorizer.
22
22
|[PKCS11](./mqtt/mqtt5_pkcs11_connect.md)| Demonstrates connecting using a hardware security module (HSM) or smartcard with PKCS#11. |
23
-
| [Other Connection Methods](../documents/MQTT5_Userguide.md#how-to-create-a-mqtt5-client-based-on-desired-connection-method) | More connection methods are available for review in the MQTT5 Userguide
23
+
| [Other Connection Methods](../documents/MQTT5_Userguide.md#how-to-create-an-mqtt5-client-based-on-desired-connection-method) | More connection methods are available for review in the MQTT5 Userguide
24
24
25
25
### Service Client Samples
26
26
##### AWS offers a number of IoT related services using MQTT. The samples below demonstrate how to use the service clients provided by the SDK to interact with those services.
0 commit comments