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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The primary purpose of the AWS IoT Device SDK for C++ v2 is to simplify the proc
23
23
24
24
* Built on the [AWS Common Runtime](https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html) for high performance and minimal footprint
25
25
* Secure device connections to AWS IoT Core using MQTT protocol including MQTT 5.0
26
-
* Support for [multiple authentication methods and connection types](./documents/MQTT5_Userguide.md#how-to-setup-mqtt5-builder-based-on-desired-connection-method)
26
+
* Support for [multiple authentication methods and connection types](./documents/MQTT5_Userguide.md#connecting-to-aws-iot-core)
27
27
* First-class support for AWS IoT Core services
28
28
29
29
#### Supported AWS IoT Core services
@@ -126,12 +126,12 @@ To get started with the AWS IoT Device SDK for C++ v2:
126
126
## Samples
127
127
128
128
Check out the [samples](samples) directory for working code examples that demonstrate:
129
-
-[Basic MQTT connection and messaging](./samples/mqtt5/mqtt5_pubsub/README.md)
0 commit comments