Skip to content

Commit 7e5a2fe

Browse files
committed
Fix links
1 parent b0da843 commit 7e5a2fe

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The primary purpose of the AWS IoT Device SDK for C++ v2 is to simplify the proc
2323

2424
* Built on the [AWS Common Runtime](https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html) for high performance and minimal footprint
2525
* 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)
2727
* First-class support for AWS IoT Core services
2828

2929
#### Supported AWS IoT Core services
@@ -126,12 +126,12 @@ To get started with the AWS IoT Device SDK for C++ v2:
126126
## Samples
127127

128128
Check out the [samples](samples) directory for working code examples that demonstrate:
129-
- [Basic MQTT connection and messaging](./samples/mqtt5/mqtt5_pubsub/README.md)
130-
- [AWS IoT Device Shadow operations](./samples/shadow/shadow-sandbox/README.md)
131-
- [AWS IoT Jobs](./samples/jobs/jobs-sandbox/README.md)
132-
- AWS IoT Fleet provisioning: [basic](./samples/fleet_provisioning/provision-basic/README.md) and [with CSR](./samples/fleet_provisioning/provision-csr/README.md)
133-
- [AWS IoT Commands](./samples/commands/commands-sandbox/README.md)
134-
- Secure Tunneling: [secure tunnel](./samples/secure_tunneling/secure_tunnel/README.md) and [tunnel notification](./samples/secure_tunneling/tunnel_notification/README.md)
129+
- [Basic MQTT connection and messaging](./samples/README.md#mqtt5-client-samples)
130+
- [AWS IoT Device Shadow operations](./samples/service_clients/shadow/shadow-sandbox/README.md)
131+
- [AWS IoT Jobs](./samples/service_clients/jobs/jobs-sandbox/README.md)
132+
- AWS IoT Fleet provisioning: [basic](./samples/service_clients/fleet_provisioning/provision-basic/README.md) and [with CSR](./samples/service_clients/fleet_provisioning/provision-csr/README.md)
133+
- [AWS IoT Commands](./samples/service_clients/commands/commands-sandbox/README.md)
134+
- Secure Tunneling: [secure tunnel](./samples/others/secure_tunneling/secure_tunnel/README.md) and [tunnel notification](./samples/others/secure_tunneling/tunnel_notification/README.md)
135135

136136
The samples provide ready-to-run code with detailed setup instructions for each authentication method and use case.
137137

0 commit comments

Comments
 (0)