Skip to content

Commit b7ea17e

Browse files
committed
fix document links
1 parent 32f997a commit b7ea17e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documents/MQTT5_Userguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [Not Supported](#not-supported)
99
* [Getting Started with MQTT5](#getting-started-with-mqtt5)
1010
* [Connecting to AWS IoT Core](#connecting-to-aws-iot-core)
11-
* [How to create an MQTT5 Client based on desired connection method](#how-to-create-a-mqtt5-client-based-on-desired-connection-method)
11+
* [How to create an MQTT5 Client based on desired connection method](#how-to-create-an-mqtt5-client-based-on-desired-connection-method)
1212
* [Direct MQTT with X509-based mutual TLS](#direct-mqtt-with-x509-based-mutual-tls)
1313
* [Direct MQTT with Custom Authentication](#direct-mqtt-with-custom-authentication)
1414
* [Direct MQTT with PKCS11 Method](#direct-mqtt-with-pkcs11-method)

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This directory contains sample applications for [aws-iot-device-sdk-python-v2](.
2020
| [Websockets with Sigv4 authentication](./mqtt/mqtt5_aws_websocket.md) | Shows how to authenticate over websockets using AWS Signature Version 4 credentials. |
2121
| [AWS Custom Authorizer Lambda Function](./mqtt/mqtt5_custom_auth.md) | Examples of connecting with a signed and unsigned Lambda-backed custom authorizer.
2222
| [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
2424

2525
### Service Client Samples
2626
##### 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

Comments
 (0)