From 7ecd26a0b06c7ffb15c29c946fefea2c0daa56c4 Mon Sep 17 00:00:00 2001 From: akanez Date: Wed, 4 Sep 2024 12:53:38 -0700 Subject: [PATCH] Fix broken links from readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be72eeb..1789fc0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **[API Documentation Pages for current and previous releases of this library can be found here](https://aws.github.io/Jobs-for-AWS-IoT-embedded-sdk/)** The AWS IoT Jobs library helps you notify connected IoT devices of a pending -[Job](https://freertos.org/jobs/jobs-terminology.html). A Job can be used to +[Job](https://freertos.org/Documentation/03-Libraries/04-AWS-libraries/04-AWS-IoT-Jobs/02-Jobs-terminology). A Job can be used to manage your fleet of devices, update firmware and security certificates on your devices, or perform administrative tasks such as restarting devices and performing diagnostics. It interacts with the @@ -81,7 +81,7 @@ locations below: | Location | | :--------------------------------------------------------------------------------------------------------------------------: | | [AWS IoT Device SDK for Embedded C](https://github.com/aws/aws-iot-device-sdk-embedded-C#releases-and-documentation) | -| [FreeRTOS.org](https://freertos.org/Documentation/api-ref/jobs-for-aws-iot-embedded-sdk/docs/doxygen/output/html/index.html) | +| [FreeRTOS.org](https://aws.github.io/Jobs-for-AWS-IoT-embedded-sdk/latest/) | Note that the latest included version of the AWS IoT Jobs library may differ across repositories.