Skip to content

Commit a9e118e

Browse files
Fix broken links (#515)
1 parent 7a108e8 commit a9e118e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ locations below:
228228
| Location |
229229
| :-------------------------------------------------------------------------------------------------------------------------: |
230230
| [AWS IoT Device SDK for Embedded C](https://github.com/aws/aws-iot-device-sdk-embedded-C#releases-and-documentation) |
231-
| [FreeRTOS.org](https://freertos.org/Documentation/api-ref/ota-for-aws-iot-embedded-sdk/docs/doxygen/output/html/index.html) |
232231

233232
Note that the latest included version of coreMQTT may differ across
234233
repositories.

source/include/ota_config_defaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* The configuration parameter specifies the size of the stack that will be allocated
6767
* to the task being created (the size is specified in words, not bytes!). The amount
6868
* of stack required is dependent on the application specific parameters,
69-
* for more information [Link](https://www.freertos.org/FAQMem.html#StackSize)
69+
* for more information [Link](https://www.freertos.org/Why-FreeRTOS/FAQs/Memory-usage-boot-times-context#how-big-should-the-stack-be)
7070
*
7171
* <b>Possible values:</b> Any positive 32 bit integer. <br>
7272
* <b>Default value:</b> Varies by platform

0 commit comments

Comments
 (0)