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