Skip to content

Commit bd849dd

Browse files
authored
Insignificant documentation fix (#645)
1 parent a1db4b5 commit bd849dd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.

samples/mqtt/mqtt5_aws_websocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The AWS IAM permission policy associated with the AWS credentials resolved by th
5353
]
5454
}
5555
]
56-
}å
56+
}
5757
</pre>
5858

5959
Replace with the following with the data from your AWS account:

samples/mqtt/mqtt5_custom_auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Below is a sample policy that provides the necessary privileges.
5555
]
5656
}
5757
]
58-
}å
58+
}
5959
</pre>
6060

6161
Replace with the following with the data from your AWS account:

samples/mqtt/mqtt5_x509.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Your IoT Core Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerg
5555
]
5656
}
5757
]
58-
}å
58+
}
5959
</pre>
6060

6161
Replace with the following with the data from your AWS account:

0 commit comments

Comments
 (0)