From 47052bc0549cd3fd56ba2cdb56acfdd46d1f8213 Mon Sep 17 00:00:00 2001 From: Carl Lundin <53273776+lundinc2@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:37:23 -0800 Subject: [PATCH] Correct FreeRTOS.org link in main_full.c for: (#510) * FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_full.c * FreeRTOS/Demo/Posix_GCC/main_full.c --- FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_full.c | 2 +- FreeRTOS/Demo/Posix_GCC/main_full.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_full.c b/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_full.c index d2110c2251..46fb47a925 100644 --- a/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_full.c +++ b/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/main_full.c @@ -35,7 +35,7 @@ * the timing information in the FreeRTOS+Trace logs have no meaningful units. * See the documentation page for the Linux simulator for an explanation of * the slow timing: - * https://freertos-wordpress.corp.amazon.com/FreeRTOS-simulator-for-Linux.html + * https://www.freertos.org/FreeRTOS-simulator-for-Linux.html * - READ THE WEB DOCUMENTATION FOR THIS PORT FOR MORE INFORMATION ON USING IT - * * NOTE 2: This project provides two demo applications. A simple blinky style diff --git a/FreeRTOS/Demo/Posix_GCC/main_full.c b/FreeRTOS/Demo/Posix_GCC/main_full.c index d5f8b4c878..d94d018210 100644 --- a/FreeRTOS/Demo/Posix_GCC/main_full.c +++ b/FreeRTOS/Demo/Posix_GCC/main_full.c @@ -35,7 +35,7 @@ * the timing information in the FreeRTOS+Trace logs have no meaningful units. * See the documentation page for the Linux simulator for an explanation of * the slow timing: - * https://freertos-wordpress.corp.amazon.com/FreeRTOS-simulator-for-Linux.html + * https://www.freertos.org/FreeRTOS-simulator-for-Linux.html * - READ THE WEB DOCUMENTATION FOR THIS PORT FOR MORE INFORMATION ON USING IT - * * NOTE 2: This project provides two demo applications. A simple blinky style