From a9e118ecb1c019218ec10d0b4f9bc54641bdd343 Mon Sep 17 00:00:00 2001
From: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>
Date: Tue, 17 Sep 2024 16:19:54 -0700
Subject: [PATCH] Fix broken links (#515)
---
README.md | 1 -
source/include/ota_config_defaults.h | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 452d48f67..f045e035a 100644
--- a/README.md
+++ b/README.md
@@ -228,7 +228,6 @@ 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/ota-for-aws-iot-embedded-sdk/docs/doxygen/output/html/index.html) |
Note that the latest included version of coreMQTT may differ across
repositories.
diff --git a/source/include/ota_config_defaults.h b/source/include/ota_config_defaults.h
index 3b5e2e598..d963db78a 100644
--- a/source/include/ota_config_defaults.h
+++ b/source/include/ota_config_defaults.h
@@ -66,7 +66,7 @@
* The configuration parameter specifies the size of the stack that will be allocated
* to the task being created (the size is specified in words, not bytes!). The amount
* of stack required is dependent on the application specific parameters,
- * for more information [Link](https://www.freertos.org/FAQMem.html#StackSize)
+ * for more information [Link](https://www.freertos.org/Why-FreeRTOS/FAQs/Memory-usage-boot-times-context#how-big-should-the-stack-be)
*
* Possible values: Any positive 32 bit integer.
* Default value: Varies by platform