Skip to content

Commit 88e4ed7

Browse files
author
Bret Ambrose
committed
Update deprecated file path
1 parent 6d830d7 commit 88e4ed7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

samples/deprecated/fleetprovisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fleet provisioning
22

3-
[**Return to main sample list**](./README.md)
3+
[**Return to main sample list**](../README.md)
44

55
This sample uses the AWS IoT [Fleet provisioning](https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html) to provision devices using either a CSR or Keys-And-Certificate and subsequently calls RegisterThing. This allows you to create new AWS IoT Core things using a Fleet Provisioning Template.
66

samples/deprecated/fleetprovisioning_mqtt5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fleet provisioning MQTT5
22

3-
[**Return to main sample list**](./README.md)
3+
[**Return to main sample list**](../README.md)
44

55
This sample uses the AWS IoT [Fleet provisioning](https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html) to provision devices using either a CSR or Keys-And-Certificate and subsequently calls RegisterThing. This allows you to create new AWS IoT Core things using a Fleet Provisioning Template.
66

samples/deprecated/jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jobs
22

3-
[**Return to main sample list**](./README.md)
3+
[**Return to main sample list**](../README.md)
44

55
This sample uses the AWS IoT [Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html) Service to describe jobs to execute. [Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html) is a service that allows you to define and respond to remote operation requests defined through the AWS IoT Core website or via any other device (or CLI command) that can access the [Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html) service.
66

samples/deprecated/jobs_mqtt5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jobs MQTT5
22

3-
[**Return to main sample list**](./README.md)
3+
[**Return to main sample list**](../README.md)
44

55
This sample uses the AWS IoT [Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html) Service to describe jobs to execute. [Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html) is a service that allows you to define and respond to remote operation requests defined through the AWS IoT Core website or via any other device (or CLI command) that can access the [Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html) service.
66

samples/deprecated/shadow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shadow
22

3-
[**Return to main sample list**](./README.md)
3+
[**Return to main sample list**](../README.md)
44

55
This sample uses the AWS IoT [Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html) Service to keep a property in sync between device and server. Imagine a light whose color may be changed through an app, or set by a local user.
66

samples/deprecated/shadow_mqtt5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shadow MQTT5
22

3-
[**Return to main sample list**](./README.md)
3+
[**Return to main sample list**](../README.md)
44

55
This sample uses the AWS IoT [Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html) Service to keep a property in sync between device and server. Imagine a light whose color may be changed through an app, or set by a local user.
66

0 commit comments

Comments
 (0)