Style: Change FreeRTOS websites in comments (#131)

* Style: Change FreeRTOS websites in comments

* Style: Change freertos to FreeRTOS in comments

* Style: Remove broken link

Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
diff --git a/History.txt b/History.txt
index b8cdd96..e991c24 100644
--- a/History.txt
+++ b/History.txt
@@ -1,8 +1,8 @@
-Documentation and download available at http://www.FreeRTOS.org/

+Documentation and download available at https://www.FreeRTOS.org/

 

 Changes between FreeRTOS V10.3.0 and FreeRTOS V10.3.1 released February 18 2020

 

-	See http://www.FreeRTOS.org/FreeRTOS-V10.3.x.html

+	See https://www.FreeRTOS.org/FreeRTOS-V10.3.x.html

 

 	+ ./FreeRTOS-Labs directory was removed from this file. The libraries it

 	contained are now available as a separate download.

@@ -11,7 +11,7 @@
 

 Changes between FreeRTOS V10.2.1 and FreeRTOS V10.3.0 released February 7 2020

 

-	See http://www.FreeRTOS.org/FreeRTOS-V10.3.x.html

+	See https://www.FreeRTOS.org/FreeRTOS-V10.3.x.html

 

 	New and updated kernel ports:

 

@@ -205,8 +205,8 @@
 

 	New Features and components:

 

-	+ Stream Buffers - see http://www.FreeRTOS.org/RTOS-stream-buffer-example.html

-	+ Message Buffers - see http://www.FreeRTOS.org//RTOS-message-buffer-example.html

+	+ Stream Buffers - see https://www.FreeRTOS.org/RTOS-stream-buffer-example.html

+	+ Message Buffers - see https://www.FreeRTOS.org//RTOS-message-buffer-example.html

 	+ Move FreeRTOS+TCP into the main repository, along with the basic Win32

 	  TCP demo FreeRTOS_Plus_TCP_Minimal_Windows_Simulator.

 

@@ -308,7 +308,7 @@
 

 Changes between FreeRTOS V9.0.0 and FreeRTOS V9.0.0rc2 released May 25 2016:

 

-	See http://www.FreeRTOS.org/FreeRTOS-V9.html

+	See https://www.FreeRTOS.org/FreeRTOS-V9.html

 

 	RTOS kernel updates:

 

@@ -366,7 +366,7 @@
 Changes between FreeRTOS V9.0.0rc1 and FreeRTOS V9.0.0rc2 (release candidate 2)

 released March 30 2016:

 

-	NOTE - See http://www.FreeRTOS.org/FreeRTOS-V9.html for details

+	NOTE - See https://www.FreeRTOS.org/FreeRTOS-V9.html for details

 

 	+ The functions that create RTOS objects using static memory allocation have

 	  been simplified and will not revert to using dynamic allocation if a

@@ -579,7 +579,7 @@
 	Significant RTOS kernel updates:

 

 	+ MAJOR NEW FEATURE!  Task notifications.  Please see the following URL for

-	  details: http://www.FreeRTOS.org/RTOS-task-notifications.html

+	  details: https://www.FreeRTOS.org/RTOS-task-notifications.html

 	+ NEW HEADER FILE REQUIRED!  Obsolete definitions have been separated into

 	  a new header file called FreeRTOS/Source/include/deprecated_definitions.h.

 	  This header file must be present to build.  Note some of the obsolete

@@ -969,7 +969,7 @@
 

 	+ Added FreeRTOS+FAT SL source code and demo project.  The demo project

 	  runs in the FreeRTOS Windows simulator for easy and hardware independent

-	  experimentation and evaluation.  See http://www.FreeRTOS.org/fat_sl

+	  experimentation and evaluation.  See https://www.FreeRTOS.org/fat_sl

 

 Changes between V7.4.0 and V7.4.1 released April 18 2013

 

@@ -998,7 +998,7 @@
 Changes between V7.3.0 and V7.4.0 released February 20 2013

 

 	+ New feature:  Queue sets.  See:

-	  http://www.FreeRTOS.org/Pend-on-multiple-rtos-objects.html

+	  https://www.FreeRTOS.org/Pend-on-multiple-rtos-objects.html

 	+ Overhauled the default tickless idle mode implementation provided with the

 	  ARM Cortex-M3 port layers.

 	+ Enhanced tickless support in the core kernel code with the introduction of

@@ -1145,7 +1145,7 @@
 

 	+ Introduced the portSETUP_TCB() macro to remove the requirement for the

 	  Windows simulator to use the traceTASK_CREATE() macro, leaving the trace

-	  macro available for use by FreeRTOS+Trace (http://www.FreeRTOS.org/trace).

+	  macro available for use by FreeRTOS+Trace (https://www.FreeRTOS.org/trace).

 	+ Added a new trace macro, traceMOVE_TASK_TO_READY_STATE(), to allow future

 	  FreeRTOS+Trace versions to provide even more information to users.

 	+ Updated the FreeRTOS MPU port to be correct for changes that were

@@ -1173,7 +1173,7 @@
 

 	+ The command interpreter has now been formally released as FreeRTOS+CLI,

 	  and been moved out of the main FreeRTOS download, to instead be available

-	  from the FreeRTOS+ Ecosystem site http://www.FreeRTOS.org/plus.

+	  from the FreeRTOS+ Ecosystem site https://www.FreeRTOS.org/plus.

 	+ flash_timer.c/h has been added to the list of standard demo tasks.  This

 	  performs the same functionality as the flash.c tasks, but using software

 	  timers in place of tasks.

@@ -1748,9 +1748,6 @@
 	compiler might not issue any type mismatch warnings!

 

 

-	See http://www.FreeRTOS.org/upgrading.html for full information.

-

-

 	Other changes:

 

 	+ Support added for the new Luminary Micro LM3S3768 and LM3S3748 Cortex-M3

diff --git a/croutine.c b/croutine.c
index 6b1b08f..4059085 100644
--- a/croutine.c
+++ b/croutine.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/event_groups.c b/event_groups.c
index fa5f920..a5814c9 100644
--- a/event_groups.c
+++ b/event_groups.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h
index 97c5c73..709a830 100644
--- a/include/FreeRTOS.h
+++ b/include/FreeRTOS.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/StackMacros.h b/include/StackMacros.h
index d5075f7..15376ec 100644
--- a/include/StackMacros.h
+++ b/include/StackMacros.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/atomic.h b/include/atomic.h
index 379de73..d27c283 100644
--- a/include/atomic.h
+++ b/include/atomic.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/croutine.h b/include/croutine.h
index e7de709..31b5d1a 100644
--- a/include/croutine.h
+++ b/include/croutine.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/deprecated_definitions.h b/include/deprecated_definitions.h
index 456f6fd..59a76e4 100644
--- a/include/deprecated_definitions.h
+++ b/include/deprecated_definitions.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/event_groups.h b/include/event_groups.h
index f132009..a815286 100644
--- a/include/event_groups.h
+++ b/include/event_groups.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/include/list.h b/include/list.h
index b8496f1..8eb2d35 100644
--- a/include/list.h
+++ b/include/list.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/message_buffer.h b/include/message_buffer.h
index a9b0def..1c8c0e1 100644
--- a/include/message_buffer.h
+++ b/include/message_buffer.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/mpu_prototypes.h b/include/mpu_prototypes.h
index 5f64fa8..2e06a02 100644
--- a/include/mpu_prototypes.h
+++ b/include/mpu_prototypes.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/mpu_wrappers.h b/include/mpu_wrappers.h
index ca2ebe6..edc7032 100644
--- a/include/mpu_wrappers.h
+++ b/include/mpu_wrappers.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/portable.h b/include/portable.h
index 25de69e..65bb152 100644
--- a/include/portable.h
+++ b/include/portable.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/projdefs.h b/include/projdefs.h
index 0abd64f..c68b4b8 100644
--- a/include/projdefs.h
+++ b/include/projdefs.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/queue.h b/include/queue.h
index 72deba9..a6fde28 100644
--- a/include/queue.h
+++ b/include/queue.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
@@ -97,7 +97,7 @@
  * will get used by the queue.  xQueueCreateStatic() therefore allows a queue to
  * be created without using any dynamic memory allocation.
  *
- * http://www.FreeRTOS.org/Embedded-RTOS-Queues.html
+ * https://www.FreeRTOS.org/Embedded-RTOS-Queues.html
  *
  * @param uxQueueLength The maximum number of items that the queue can contain.
  *
@@ -171,7 +171,7 @@
  * will get used by the queue.  xQueueCreateStatic() therefore allows a queue to
  * be created without using any dynamic memory allocation.
  *
- * http://www.FreeRTOS.org/Embedded-RTOS-Queues.html
+ * https://www.FreeRTOS.org/Embedded-RTOS-Queues.html
  *
  * @param uxQueueLength The maximum number of items that the queue can contain.
  *
diff --git a/include/semphr.h b/include/semphr.h
index 311157d..0d7f24f 100644
--- a/include/semphr.h
+++ b/include/semphr.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/stack_macros.h b/include/stack_macros.h
index f145d7e..bb6f25d 100644
--- a/include/stack_macros.h
+++ b/include/stack_macros.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/stream_buffer.h b/include/stream_buffer.h
index 8a5e4a8..b94f2e3 100644
--- a/include/stream_buffer.h
+++ b/include/stream_buffer.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/include/task.h b/include/task.h
index 81d82bf..cee1c62 100644
--- a/include/task.h
+++ b/include/task.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
@@ -1892,7 +1892,7 @@
  * <PRE>BaseType_t xTaskNotifyIndexed( TaskHandle_t xTaskToNotify, UBaseType_t uxIndexToNotify, uint32_t ulValue, eNotifyAction eAction );</PRE>
  * <PRE>BaseType_t xTaskNotify( TaskHandle_t xTaskToNotify, uint32_t ulValue, eNotifyAction eAction );</PRE>
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for details.
  *
  * configUSE_TASK_NOTIFICATIONS must be undefined or defined as 1 for these
  * functions to be available.
@@ -2009,7 +2009,7 @@
  * <PRE>BaseType_t xTaskNotifyAndQueryIndexed( TaskHandle_t xTaskToNotify, UBaseType_t uxIndexToNotify, uint32_t ulValue, eNotifyAction eAction, uint32_t *pulPreviousNotifyValue );</PRE>
  * <PRE>BaseType_t xTaskNotifyAndQuery( TaskHandle_t xTaskToNotify, uint32_t ulValue, eNotifyAction eAction, uint32_t *pulPreviousNotifyValue );</PRE>
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for details.
  *
  * xTaskNotifyAndQueryIndexed() performs the same operation as
  * xTaskNotifyIndexed() with the addition that it also returns the subject
@@ -2036,7 +2036,7 @@
  * <PRE>BaseType_t xTaskNotifyIndexedFromISR( TaskHandle_t xTaskToNotify, UBaseType_t uxIndexToNotify, uint32_t ulValue, eNotifyAction eAction, BaseType_t *pxHigherPriorityTaskWoken );</PRE>
  * <PRE>BaseType_t xTaskNotifyFromISR( TaskHandle_t xTaskToNotify, uint32_t ulValue, eNotifyAction eAction, BaseType_t *pxHigherPriorityTaskWoken );</PRE>
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for details.
  *
  * configUSE_TASK_NOTIFICATIONS must be undefined or defined as 1 for these
  * functions to be available.
@@ -2158,7 +2158,7 @@
  * <PRE>BaseType_t xTaskNotifyAndQueryIndexedFromISR( TaskHandle_t xTaskToNotify, UBaseType_t uxIndexToNotify, uint32_t ulValue, eNotifyAction eAction, uint32_t *pulPreviousNotificationValue, BaseType_t *pxHigherPriorityTaskWoken );</PRE>
  * <PRE>BaseType_t xTaskNotifyAndQueryFromISR( TaskHandle_t xTaskToNotify, uint32_t ulValue, eNotifyAction eAction, uint32_t *pulPreviousNotificationValue, BaseType_t *pxHigherPriorityTaskWoken );</PRE>
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for details.
  *
  * xTaskNotifyAndQueryIndexedFromISR() performs the same operation as
  * xTaskNotifyIndexedFromISR() with the addition that it also returns the
@@ -2191,7 +2191,7 @@
  * Waits for a direct to task notification to be pending at a given index within
  * an array of direct to task notifications.
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for details.
  *
  * configUSE_TASK_NOTIFICATIONS must be undefined or defined as 1 for this
  * function to be available.
@@ -2302,7 +2302,7 @@
  * Sends a direct to task notification to a particular index in the target
  * task's notification array in a manner similar to giving a counting semaphore.
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for more details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for more details.
  *
  * configUSE_TASK_NOTIFICATIONS must be undefined or defined as 1 for these
  * macros to be available.
@@ -2377,7 +2377,7 @@
  * A version of xTaskNotifyGiveIndexed() that can be called from an interrupt
  * service routine (ISR).
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for more details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for more details.
  *
  * configUSE_TASK_NOTIFICATIONS must be undefined or defined as 1 for this macro
  * to be available.
@@ -2465,7 +2465,7 @@
  * Waits for a direct to task notification on a particular index in the calling
  * task's notification array in a manner similar to taking a counting semaphore.
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for details.
  *
  * configUSE_TASK_NOTIFICATIONS must be undefined or defined as 1 for this
  * function to be available.
@@ -2568,7 +2568,7 @@
  * BaseType_t xTaskNotifyStateClear( TaskHandle_t xTask );
  * </pre>
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for details.
  *
  * configUSE_TASK_NOTIFICATIONS must be undefined or defined as 1 for these
  * functions to be available.
@@ -2632,7 +2632,7 @@
  * uint32_t ulTaskNotifyValueClear( TaskHandle_t xTask, uint32_t ulBitsToClear );
  * </pre>
  *
- * See http://www.FreeRTOS.org/RTOS-task-notifications.html for details.
+ * See https://www.FreeRTOS.org/RTOS-task-notifications.html for details.
  *
  * configUSE_TASK_NOTIFICATIONS must be undefined or defined as 1 for these
  * functions to be available.
diff --git a/include/timers.h b/include/timers.h
index be90c9e..8d1c1e9 100644
--- a/include/timers.h
+++ b/include/timers.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/list.c b/list.c
index be86c86..0cbd228 100644
--- a/list.c
+++ b/list.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/ARMv8M/copy_files.py b/portable/ARMv8M/copy_files.py
index dad5d50..5c6e498 100644
--- a/portable/ARMv8M/copy_files.py
+++ b/portable/ARMv8M/copy_files.py
@@ -19,8 +19,8 @@
 # * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 # * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 # *

-# * http://www.FreeRTOS.org

-# * http://aws.amazon.com/freertos

+# * https://www.FreeRTOS.org

+# * https://github.com/FreeRTOS

 # *

 # * 1 tab == 4 spaces!

 # */

diff --git a/portable/ARMv8M/non_secure/port.c b/portable/ARMv8M/non_secure/port.c
index ba5991c..3e67d4e 100644
--- a/portable/ARMv8M/non_secure/port.c
+++ b/portable/ARMv8M/non_secure/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portasm.c b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portasm.c
index d9eb319..511096a 100644
--- a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portasm.c
+++ b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portasm.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portmacro.h b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portmacro.h
index 747cdc7..878bea9 100644
--- a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portmacro.h
+++ b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portasm.c b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portasm.c
index cf57e6e..5636cb7 100644
--- a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portasm.c
+++ b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portasm.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portmacro.h b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portmacro.h
index 747cdc7..878bea9 100644
--- a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portmacro.h
+++ b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c
index 0c8cb0f..1243f7d 100644
--- a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c
+++ b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portmacro.h b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portmacro.h
index bb4d249..c6fbd2b 100644
--- a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portmacro.h
+++ b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c
index 132fa45..44d7963 100644
--- a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c
+++ b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portmacro.h b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portmacro.h
index bb4d249..c6fbd2b 100644
--- a/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portmacro.h
+++ b/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portasm.s b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portasm.s
index 65360e9..a21043a 100644
--- a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portasm.s
+++ b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portmacro.h b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portmacro.h
index 48e23e9..8717d20 100644
--- a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portmacro.h
+++ b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portasm.s b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portasm.s
index 61eb269..df5a887 100644
--- a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portasm.s
+++ b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portmacro.h b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portmacro.h
index 29697ba..e35b11f 100644
--- a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portmacro.h
+++ b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s
index 639e2a8..b87436d 100644
--- a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s
+++ b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portmacro.h b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portmacro.h
index 24f1e14..bc2cb7f 100644
--- a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portmacro.h
+++ b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s
index 89ecbb7..cc284bc 100644
--- a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s
+++ b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portmacro.h b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portmacro.h
index 24f1e14..bc2cb7f 100644
--- a/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portmacro.h
+++ b/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/non_secure/portasm.h b/portable/ARMv8M/non_secure/portasm.h
index fdba1b1..c769861 100644
--- a/portable/ARMv8M/non_secure/portasm.h
+++ b/portable/ARMv8M/non_secure/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/context/portable/GCC/ARM_CM23/secure_context_port.c b/portable/ARMv8M/secure/context/portable/GCC/ARM_CM23/secure_context_port.c
index d7ef92b..b118fa7 100644
--- a/portable/ARMv8M/secure/context/portable/GCC/ARM_CM23/secure_context_port.c
+++ b/portable/ARMv8M/secure/context/portable/GCC/ARM_CM23/secure_context_port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/context/portable/GCC/ARM_CM33/secure_context_port.c b/portable/ARMv8M/secure/context/portable/GCC/ARM_CM33/secure_context_port.c
index 0187463..be6c829 100644
--- a/portable/ARMv8M/secure/context/portable/GCC/ARM_CM33/secure_context_port.c
+++ b/portable/ARMv8M/secure/context/portable/GCC/ARM_CM33/secure_context_port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port.c b/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port.c
index e2fb5ce..1ddd39c 100644
--- a/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port.c
+++ b/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port_asm.s b/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port_asm.s
index 02df892..d946a7f 100644
--- a/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port_asm.s
+++ b/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port_asm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port.c b/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port.c
index e2fb5ce..1ddd39c 100644
--- a/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port.c
+++ b/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s b/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s
index af49db1..1a1342e 100644
--- a/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s
+++ b/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/context/secure_context.c b/portable/ARMv8M/secure/context/secure_context.c
index 5608c72..b1cdd06 100644
--- a/portable/ARMv8M/secure/context/secure_context.c
+++ b/portable/ARMv8M/secure/context/secure_context.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/context/secure_context.h b/portable/ARMv8M/secure/context/secure_context.h
index 62ef6bb..6b0aaed 100644
--- a/portable/ARMv8M/secure/context/secure_context.h
+++ b/portable/ARMv8M/secure/context/secure_context.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/heap/secure_heap.c b/portable/ARMv8M/secure/heap/secure_heap.c
index 76b6ee1..7815e18 100644
--- a/portable/ARMv8M/secure/heap/secure_heap.c
+++ b/portable/ARMv8M/secure/heap/secure_heap.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/heap/secure_heap.h b/portable/ARMv8M/secure/heap/secure_heap.h
index d5ddaa8..51e1a7d 100644
--- a/portable/ARMv8M/secure/heap/secure_heap.h
+++ b/portable/ARMv8M/secure/heap/secure_heap.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/init/secure_init.c b/portable/ARMv8M/secure/init/secure_init.c
index 6f0be25..739ff4b 100644
--- a/portable/ARMv8M/secure/init/secure_init.c
+++ b/portable/ARMv8M/secure/init/secure_init.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/init/secure_init.h b/portable/ARMv8M/secure/init/secure_init.h
index 6438734..ca0becc 100644
--- a/portable/ARMv8M/secure/init/secure_init.h
+++ b/portable/ARMv8M/secure/init/secure_init.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ARMv8M/secure/macros/secure_port_macros.h b/portable/ARMv8M/secure/macros/secure_port_macros.h
index d0ace62..f5ca25e 100644
--- a/portable/ARMv8M/secure/macros/secure_port_macros.h
+++ b/portable/ARMv8M/secure/macros/secure_port_macros.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/BCC/16BitDOS/Flsh186/port.c b/portable/BCC/16BitDOS/Flsh186/port.c
index 45bf893..93cdecc 100644
--- a/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/portable/BCC/16BitDOS/Flsh186/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index e96ac83..a9ca85a 100644
--- a/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/BCC/16BitDOS/PC/port.c b/portable/BCC/16BitDOS/PC/port.c
index 70ae70c..354ed6c 100644
--- a/portable/BCC/16BitDOS/PC/port.c
+++ b/portable/BCC/16BitDOS/PC/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/BCC/16BitDOS/PC/prtmacro.h b/portable/BCC/16BitDOS/PC/prtmacro.h
index cfc74f3..7bda765 100644
--- a/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/BCC/16BitDOS/common/portasm.h b/portable/BCC/16BitDOS/common/portasm.h
index 2b199c6..3b3c52e 100644
--- a/portable/BCC/16BitDOS/common/portasm.h
+++ b/portable/BCC/16BitDOS/common/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/BCC/16BitDOS/common/portcomn.c b/portable/BCC/16BitDOS/common/portcomn.c
index c230b14..95e96d9 100644
--- a/portable/BCC/16BitDOS/common/portcomn.c
+++ b/portable/BCC/16BitDOS/common/portcomn.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CCS/ARM_CM3/port.c b/portable/CCS/ARM_CM3/port.c
index eb65c9a..7632b72 100644
--- a/portable/CCS/ARM_CM3/port.c
+++ b/portable/CCS/ARM_CM3/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/CCS/ARM_CM3/portasm.asm b/portable/CCS/ARM_CM3/portasm.asm
index d225c08..204a9f4 100644
--- a/portable/CCS/ARM_CM3/portasm.asm
+++ b/portable/CCS/ARM_CM3/portasm.asm
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/CCS/ARM_CM3/portmacro.h b/portable/CCS/ARM_CM3/portmacro.h
index 35ff73f..b13ef8f 100644
--- a/portable/CCS/ARM_CM3/portmacro.h
+++ b/portable/CCS/ARM_CM3/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CCS/ARM_CM4F/port.c b/portable/CCS/ARM_CM4F/port.c
index 64271c9..4f4f19f 100644
--- a/portable/CCS/ARM_CM4F/port.c
+++ b/portable/CCS/ARM_CM4F/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/CCS/ARM_CM4F/portasm.asm b/portable/CCS/ARM_CM4F/portasm.asm
index 375f00f..b7045ed 100644
--- a/portable/CCS/ARM_CM4F/portasm.asm
+++ b/portable/CCS/ARM_CM4F/portasm.asm
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/CCS/ARM_CM4F/portmacro.h b/portable/CCS/ARM_CM4F/portmacro.h
index fbfaeab..ac2a554 100644
--- a/portable/CCS/ARM_CM4F/portmacro.h
+++ b/portable/CCS/ARM_CM4F/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CCS/ARM_Cortex-R4/port.c b/portable/CCS/ARM_Cortex-R4/port.c
index 972150b..0b39e40 100644
--- a/portable/CCS/ARM_Cortex-R4/port.c
+++ b/portable/CCS/ARM_Cortex-R4/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CCS/ARM_Cortex-R4/portASM.asm b/portable/CCS/ARM_Cortex-R4/portASM.asm
index b3ae83e..fa81fe1 100644
--- a/portable/CCS/ARM_Cortex-R4/portASM.asm
+++ b/portable/CCS/ARM_Cortex-R4/portASM.asm
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/CCS/ARM_Cortex-R4/portmacro.h b/portable/CCS/ARM_Cortex-R4/portmacro.h
index d8a9a4c..4ee1596 100644
--- a/portable/CCS/ARM_Cortex-R4/portmacro.h
+++ b/portable/CCS/ARM_Cortex-R4/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CCS/MSP430X/data_model.h b/portable/CCS/MSP430X/data_model.h
index fcfcfab..975b88f 100644
--- a/portable/CCS/MSP430X/data_model.h
+++ b/portable/CCS/MSP430X/data_model.h
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/CCS/MSP430X/port.c b/portable/CCS/MSP430X/port.c
index c6abced..327a11c 100644
--- a/portable/CCS/MSP430X/port.c
+++ b/portable/CCS/MSP430X/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CCS/MSP430X/portext.asm b/portable/CCS/MSP430X/portext.asm
index f1fbbf7..df0980e 100644
--- a/portable/CCS/MSP430X/portext.asm
+++ b/portable/CCS/MSP430X/portext.asm
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/CCS/MSP430X/portmacro.h b/portable/CCS/MSP430X/portmacro.h
index ca2f02f..09eafad 100644
--- a/portable/CCS/MSP430X/portmacro.h
+++ b/portable/CCS/MSP430X/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CodeWarrior/ColdFire_V1/port.c b/portable/CodeWarrior/ColdFire_V1/port.c
index 24cdf8b..82a0e06 100644
--- a/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/portable/CodeWarrior/ColdFire_V1/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CodeWarrior/ColdFire_V1/portasm.S b/portable/CodeWarrior/ColdFire_V1/portasm.S
index 2cd47eb..08807a0 100644
--- a/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CodeWarrior/ColdFire_V1/portmacro.h b/portable/CodeWarrior/ColdFire_V1/portmacro.h
index efb1dca..84b7279 100644
--- a/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CodeWarrior/ColdFire_V2/port.c b/portable/CodeWarrior/ColdFire_V2/port.c
index eefccd6..ff38851 100644
--- a/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/portable/CodeWarrior/ColdFire_V2/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CodeWarrior/ColdFire_V2/portasm.S b/portable/CodeWarrior/ColdFire_V2/portasm.S
index c20639b..72598b0 100644
--- a/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CodeWarrior/ColdFire_V2/portmacro.h b/portable/CodeWarrior/ColdFire_V2/portmacro.h
index 9ba19da..46eb767 100644
--- a/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CodeWarrior/HCS12/port.c b/portable/CodeWarrior/HCS12/port.c
index d6d0294..c3dafa3 100644
--- a/portable/CodeWarrior/HCS12/port.c
+++ b/portable/CodeWarrior/HCS12/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/CodeWarrior/HCS12/portmacro.h b/portable/CodeWarrior/HCS12/portmacro.h
index f4be256..093f4bf 100644
--- a/portable/CodeWarrior/HCS12/portmacro.h
+++ b/portable/CodeWarrior/HCS12/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Common/mpu_wrappers.c b/portable/Common/mpu_wrappers.c
index afbf614..670447b 100644
--- a/portable/Common/mpu_wrappers.c
+++ b/portable/Common/mpu_wrappers.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/GCC/ARM7_AT91FR40008/port.c b/portable/GCC/ARM7_AT91FR40008/port.c
index 804134a..87cbdc9 100644
--- a/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/portable/GCC/ARM7_AT91FR40008/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_AT91FR40008/portISR.c b/portable/GCC/ARM7_AT91FR40008/portISR.c
index 11c46d0..148826e 100644
--- a/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_AT91FR40008/portmacro.h b/portable/GCC/ARM7_AT91FR40008/portmacro.h
index f9b529f..9c72444 100644
--- a/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_AT91SAM7S/port.c b/portable/GCC/ARM7_AT91SAM7S/port.c
index f4d17b9..b086bce 100644
--- a/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_AT91SAM7S/portISR.c b/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 1445b4b..3d4b6a2 100644
--- a/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 72df670..18aa1d6 100644
--- a/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_LPC2000/port.c b/portable/GCC/ARM7_LPC2000/port.c
index 266333f..c7c68a4 100644
--- a/portable/GCC/ARM7_LPC2000/port.c
+++ b/portable/GCC/ARM7_LPC2000/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_LPC2000/portISR.c b/portable/GCC/ARM7_LPC2000/portISR.c
index 080dc13..c829575 100644
--- a/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/portable/GCC/ARM7_LPC2000/portISR.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_LPC2000/portmacro.h b/portable/GCC/ARM7_LPC2000/portmacro.h
index 4859393..7808540 100644
--- a/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_LPC23xx/port.c b/portable/GCC/ARM7_LPC23xx/port.c
index d2bf4f4..f5817c9 100644
--- a/portable/GCC/ARM7_LPC23xx/port.c
+++ b/portable/GCC/ARM7_LPC23xx/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_LPC23xx/portISR.c b/portable/GCC/ARM7_LPC23xx/portISR.c
index 49f5e0b..df60013 100644
--- a/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM7_LPC23xx/portmacro.h b/portable/GCC/ARM7_LPC23xx/portmacro.h
index b15157f..cccd560 100644
--- a/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CA53_64_BIT/port.c b/portable/GCC/ARM_CA53_64_BIT/port.c
index 1d26e86..0b38fa4 100644
--- a/portable/GCC/ARM_CA53_64_BIT/port.c
+++ b/portable/GCC/ARM_CA53_64_BIT/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CA53_64_BIT/portASM.S b/portable/GCC/ARM_CA53_64_BIT/portASM.S
index 92b2bff..8f11f9a 100644
--- a/portable/GCC/ARM_CA53_64_BIT/portASM.S
+++ b/portable/GCC/ARM_CA53_64_BIT/portASM.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CA53_64_BIT/portmacro.h b/portable/GCC/ARM_CA53_64_BIT/portmacro.h
index 47c9248..9e6f884 100644
--- a/portable/GCC/ARM_CA53_64_BIT/portmacro.h
+++ b/portable/GCC/ARM_CA53_64_BIT/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CA9/port.c b/portable/GCC/ARM_CA9/port.c
index a968c1e..4f56b85 100644
--- a/portable/GCC/ARM_CA9/port.c
+++ b/portable/GCC/ARM_CA9/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CA9/portASM.S b/portable/GCC/ARM_CA9/portASM.S
index d55c5f3..ed1da8f 100644
--- a/portable/GCC/ARM_CA9/portASM.S
+++ b/portable/GCC/ARM_CA9/portASM.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CA9/portmacro.h b/portable/GCC/ARM_CA9/portmacro.h
index c6d35d8..5408de9 100644
--- a/portable/GCC/ARM_CA9/portmacro.h
+++ b/portable/GCC/ARM_CA9/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM0/port.c b/portable/GCC/ARM_CM0/port.c
index f1c0e00..4838728 100644
--- a/portable/GCC/ARM_CM0/port.c
+++ b/portable/GCC/ARM_CM0/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/GCC/ARM_CM0/portmacro.h b/portable/GCC/ARM_CM0/portmacro.h
index bd6e735..d4a4f54 100644
--- a/portable/GCC/ARM_CM0/portmacro.h
+++ b/portable/GCC/ARM_CM0/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/non_secure/port.c b/portable/GCC/ARM_CM23/non_secure/port.c
index 01c4600..b345045 100644
--- a/portable/GCC/ARM_CM23/non_secure/port.c
+++ b/portable/GCC/ARM_CM23/non_secure/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/GCC/ARM_CM23/non_secure/portasm.c b/portable/GCC/ARM_CM23/non_secure/portasm.c
index d9eb319..511096a 100644
--- a/portable/GCC/ARM_CM23/non_secure/portasm.c
+++ b/portable/GCC/ARM_CM23/non_secure/portasm.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/non_secure/portasm.h b/portable/GCC/ARM_CM23/non_secure/portasm.h
index fdba1b1..c769861 100644
--- a/portable/GCC/ARM_CM23/non_secure/portasm.h
+++ b/portable/GCC/ARM_CM23/non_secure/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/non_secure/portmacro.h b/portable/GCC/ARM_CM23/non_secure/portmacro.h
index 747cdc7..878bea9 100644
--- a/portable/GCC/ARM_CM23/non_secure/portmacro.h
+++ b/portable/GCC/ARM_CM23/non_secure/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/secure/secure_context.c b/portable/GCC/ARM_CM23/secure/secure_context.c
index 5608c72..b1cdd06 100644
--- a/portable/GCC/ARM_CM23/secure/secure_context.c
+++ b/portable/GCC/ARM_CM23/secure/secure_context.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/secure/secure_context.h b/portable/GCC/ARM_CM23/secure/secure_context.h
index 62ef6bb..6b0aaed 100644
--- a/portable/GCC/ARM_CM23/secure/secure_context.h
+++ b/portable/GCC/ARM_CM23/secure/secure_context.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/secure/secure_context_port.c b/portable/GCC/ARM_CM23/secure/secure_context_port.c
index d7ef92b..b118fa7 100644
--- a/portable/GCC/ARM_CM23/secure/secure_context_port.c
+++ b/portable/GCC/ARM_CM23/secure/secure_context_port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/secure/secure_heap.c b/portable/GCC/ARM_CM23/secure/secure_heap.c
index 76b6ee1..7815e18 100644
--- a/portable/GCC/ARM_CM23/secure/secure_heap.c
+++ b/portable/GCC/ARM_CM23/secure/secure_heap.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/secure/secure_heap.h b/portable/GCC/ARM_CM23/secure/secure_heap.h
index d5ddaa8..51e1a7d 100644
--- a/portable/GCC/ARM_CM23/secure/secure_heap.h
+++ b/portable/GCC/ARM_CM23/secure/secure_heap.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/secure/secure_init.c b/portable/GCC/ARM_CM23/secure/secure_init.c
index 6f0be25..739ff4b 100644
--- a/portable/GCC/ARM_CM23/secure/secure_init.c
+++ b/portable/GCC/ARM_CM23/secure/secure_init.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/secure/secure_init.h b/portable/GCC/ARM_CM23/secure/secure_init.h
index 6438734..ca0becc 100644
--- a/portable/GCC/ARM_CM23/secure/secure_init.h
+++ b/portable/GCC/ARM_CM23/secure/secure_init.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23/secure/secure_port_macros.h b/portable/GCC/ARM_CM23/secure/secure_port_macros.h
index d0ace62..f5ca25e 100644
--- a/portable/GCC/ARM_CM23/secure/secure_port_macros.h
+++ b/portable/GCC/ARM_CM23/secure/secure_port_macros.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23_NTZ/non_secure/port.c b/portable/GCC/ARM_CM23_NTZ/non_secure/port.c
index d779c64..7b3069e 100644
--- a/portable/GCC/ARM_CM23_NTZ/non_secure/port.c
+++ b/portable/GCC/ARM_CM23_NTZ/non_secure/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c b/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c
index cf57e6e..5636cb7 100644
--- a/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c
+++ b/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.h b/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.h
index fdba1b1..c769861 100644
--- a/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.h
+++ b/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM23_NTZ/non_secure/portmacro.h b/portable/GCC/ARM_CM23_NTZ/non_secure/portmacro.h
index 747cdc7..878bea9 100644
--- a/portable/GCC/ARM_CM23_NTZ/non_secure/portmacro.h
+++ b/portable/GCC/ARM_CM23_NTZ/non_secure/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM3/port.c b/portable/GCC/ARM_CM3/port.c
index ef2efbe..d1cbd5d 100644
--- a/portable/GCC/ARM_CM3/port.c
+++ b/portable/GCC/ARM_CM3/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -261,7 +261,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( configMAX_SYSCALL_INTERRUPT_PRIORITY );

 

     #if ( configASSERT_DEFINED == 1 )

diff --git a/portable/GCC/ARM_CM3/portmacro.h b/portable/GCC/ARM_CM3/portmacro.h
index acfed76..e3f52e4 100644
--- a/portable/GCC/ARM_CM3/portmacro.h
+++ b/portable/GCC/ARM_CM3/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/non_secure/port.c b/portable/GCC/ARM_CM33/non_secure/port.c
index 8cccf3f..e17e363 100644
--- a/portable/GCC/ARM_CM33/non_secure/port.c
+++ b/portable/GCC/ARM_CM33/non_secure/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/GCC/ARM_CM33/non_secure/portasm.c b/portable/GCC/ARM_CM33/non_secure/portasm.c
index 0c8cb0f..1243f7d 100644
--- a/portable/GCC/ARM_CM33/non_secure/portasm.c
+++ b/portable/GCC/ARM_CM33/non_secure/portasm.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/non_secure/portasm.h b/portable/GCC/ARM_CM33/non_secure/portasm.h
index fdba1b1..c769861 100644
--- a/portable/GCC/ARM_CM33/non_secure/portasm.h
+++ b/portable/GCC/ARM_CM33/non_secure/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/non_secure/portmacro.h b/portable/GCC/ARM_CM33/non_secure/portmacro.h
index bb4d249..c6fbd2b 100644
--- a/portable/GCC/ARM_CM33/non_secure/portmacro.h
+++ b/portable/GCC/ARM_CM33/non_secure/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/secure/secure_context.c b/portable/GCC/ARM_CM33/secure/secure_context.c
index 5608c72..b1cdd06 100644
--- a/portable/GCC/ARM_CM33/secure/secure_context.c
+++ b/portable/GCC/ARM_CM33/secure/secure_context.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/secure/secure_context.h b/portable/GCC/ARM_CM33/secure/secure_context.h
index 62ef6bb..6b0aaed 100644
--- a/portable/GCC/ARM_CM33/secure/secure_context.h
+++ b/portable/GCC/ARM_CM33/secure/secure_context.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/secure/secure_context_port.c b/portable/GCC/ARM_CM33/secure/secure_context_port.c
index 0187463..be6c829 100644
--- a/portable/GCC/ARM_CM33/secure/secure_context_port.c
+++ b/portable/GCC/ARM_CM33/secure/secure_context_port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/secure/secure_heap.c b/portable/GCC/ARM_CM33/secure/secure_heap.c
index 76b6ee1..7815e18 100644
--- a/portable/GCC/ARM_CM33/secure/secure_heap.c
+++ b/portable/GCC/ARM_CM33/secure/secure_heap.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/secure/secure_heap.h b/portable/GCC/ARM_CM33/secure/secure_heap.h
index d5ddaa8..51e1a7d 100644
--- a/portable/GCC/ARM_CM33/secure/secure_heap.h
+++ b/portable/GCC/ARM_CM33/secure/secure_heap.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/secure/secure_init.c b/portable/GCC/ARM_CM33/secure/secure_init.c
index 6f0be25..739ff4b 100644
--- a/portable/GCC/ARM_CM33/secure/secure_init.c
+++ b/portable/GCC/ARM_CM33/secure/secure_init.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/secure/secure_init.h b/portable/GCC/ARM_CM33/secure/secure_init.h
index 6438734..ca0becc 100644
--- a/portable/GCC/ARM_CM33/secure/secure_init.h
+++ b/portable/GCC/ARM_CM33/secure/secure_init.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33/secure/secure_port_macros.h b/portable/GCC/ARM_CM33/secure/secure_port_macros.h
index d0ace62..f5ca25e 100644
--- a/portable/GCC/ARM_CM33/secure/secure_port_macros.h
+++ b/portable/GCC/ARM_CM33/secure/secure_port_macros.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33_NTZ/non_secure/port.c b/portable/GCC/ARM_CM33_NTZ/non_secure/port.c
index aabe5c2..cea2506 100644
--- a/portable/GCC/ARM_CM33_NTZ/non_secure/port.c
+++ b/portable/GCC/ARM_CM33_NTZ/non_secure/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c b/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c
index 132fa45..44d7963 100644
--- a/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c
+++ b/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h b/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h
index fdba1b1..c769861 100644
--- a/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h
+++ b/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h b/portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
index bb4d249..c6fbd2b 100644
--- a/portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
+++ b/portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM3_MPU/port.c b/portable/GCC/ARM_CM3_MPU/port.c
index 9830afd..d25a9b9 100644
--- a/portable/GCC/ARM_CM3_MPU/port.c
+++ b/portable/GCC/ARM_CM3_MPU/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -369,7 +369,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.  See

-     * http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY ) );

 

     #if ( configASSERT_DEFINED == 1 )

diff --git a/portable/GCC/ARM_CM3_MPU/portmacro.h b/portable/GCC/ARM_CM3_MPU/portmacro.h
index 3df29df..e0f9298 100644
--- a/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM4F/port.c b/portable/GCC/ARM_CM4F/port.c
index ce2dffe..a0ee3cd 100644
--- a/portable/GCC/ARM_CM4F/port.c
+++ b/portable/GCC/ARM_CM4F/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -291,7 +291,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( configMAX_SYSCALL_INTERRUPT_PRIORITY );

 

     /* This port can be used on all revisions of the Cortex-M7 core other than

diff --git a/portable/GCC/ARM_CM4F/portmacro.h b/portable/GCC/ARM_CM4F/portmacro.h
index 07f08de..ebc9643 100644
--- a/portable/GCC/ARM_CM4F/portmacro.h
+++ b/portable/GCC/ARM_CM4F/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CM4_MPU/port.c b/portable/GCC/ARM_CM4_MPU/port.c
index 61d005e..8d8ce29 100644
--- a/portable/GCC/ARM_CM4_MPU/port.c
+++ b/portable/GCC/ARM_CM4_MPU/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -394,7 +394,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.  See

-     * http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY ) );

 

     #if ( configASSERT_DEFINED == 1 )

diff --git a/portable/GCC/ARM_CM4_MPU/portmacro.h b/portable/GCC/ARM_CM4_MPU/portmacro.h
index 18268c4..3dde7e4 100644
--- a/portable/GCC/ARM_CM4_MPU/portmacro.h
+++ b/portable/GCC/ARM_CM4_MPU/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/GCC/ARM_CM7/r0p1/port.c b/portable/GCC/ARM_CM7/r0p1/port.c
index 2361ff9..70459de 100644
--- a/portable/GCC/ARM_CM7/r0p1/port.c
+++ b/portable/GCC/ARM_CM7/r0p1/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -285,7 +285,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( configMAX_SYSCALL_INTERRUPT_PRIORITY );

 

     #if ( configASSERT_DEFINED == 1 )

diff --git a/portable/GCC/ARM_CM7/r0p1/portmacro.h b/portable/GCC/ARM_CM7/r0p1/portmacro.h
index a65d627..26a090c 100644
--- a/portable/GCC/ARM_CM7/r0p1/portmacro.h
+++ b/portable/GCC/ARM_CM7/r0p1/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CR5/port.c b/portable/GCC/ARM_CR5/port.c
index 8b162b1..3efd815 100644
--- a/portable/GCC/ARM_CR5/port.c
+++ b/portable/GCC/ARM_CR5/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/GCC/ARM_CR5/portASM.S b/portable/GCC/ARM_CR5/portASM.S
index 54edeb9..c3714a2 100644
--- a/portable/GCC/ARM_CR5/portASM.S
+++ b/portable/GCC/ARM_CR5/portASM.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CR5/portmacro.h b/portable/GCC/ARM_CR5/portmacro.h
index 1688b6a..7ed23d6 100644
--- a/portable/GCC/ARM_CR5/portmacro.h
+++ b/portable/GCC/ARM_CR5/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CRx_No_GIC/port.c b/portable/GCC/ARM_CRx_No_GIC/port.c
index 3e791c5..a5b8054 100644
--- a/portable/GCC/ARM_CRx_No_GIC/port.c
+++ b/portable/GCC/ARM_CRx_No_GIC/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CRx_No_GIC/portASM.S b/portable/GCC/ARM_CRx_No_GIC/portASM.S
index 8ec5577..1800f84 100644
--- a/portable/GCC/ARM_CRx_No_GIC/portASM.S
+++ b/portable/GCC/ARM_CRx_No_GIC/portASM.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ARM_CRx_No_GIC/portmacro.h b/portable/GCC/ARM_CRx_No_GIC/portmacro.h
index e02c74f..b7b6b10 100644
--- a/portable/GCC/ARM_CRx_No_GIC/portmacro.h
+++ b/portable/GCC/ARM_CRx_No_GIC/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ATMega323/port.c b/portable/GCC/ATMega323/port.c
index 31e28b6..4ac9eb2 100644
--- a/portable/GCC/ATMega323/port.c
+++ b/portable/GCC/ATMega323/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ATMega323/portmacro.h b/portable/GCC/ATMega323/portmacro.h
index f43e78e..5628647 100644
--- a/portable/GCC/ATMega323/portmacro.h
+++ b/portable/GCC/ATMega323/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/AVR32_UC3/port.c b/portable/GCC/AVR32_UC3/port.c
index 2f5592a..baf43a2 100644
--- a/portable/GCC/AVR32_UC3/port.c
+++ b/portable/GCC/AVR32_UC3/port.c
@@ -33,8 +33,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/AVR32_UC3/portmacro.h b/portable/GCC/AVR32_UC3/portmacro.h
index c4de32b..7b3b3cf 100644
--- a/portable/GCC/AVR32_UC3/portmacro.h
+++ b/portable/GCC/AVR32_UC3/portmacro.h
@@ -33,8 +33,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/AVR_AVRDx/port.c b/portable/GCC/AVR_AVRDx/port.c
index a9727dd..6399d60 100644
--- a/portable/GCC/AVR_AVRDx/port.c
+++ b/portable/GCC/AVR_AVRDx/port.c
@@ -20,8 +20,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/GCC/AVR_AVRDx/portmacro.h b/portable/GCC/AVR_AVRDx/portmacro.h
index 59f8050..af9008f 100644
--- a/portable/GCC/AVR_AVRDx/portmacro.h
+++ b/portable/GCC/AVR_AVRDx/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/GCC/AVR_Mega0/port.c b/portable/GCC/AVR_Mega0/port.c
index 98bf302..b30bfb6 100644
--- a/portable/GCC/AVR_Mega0/port.c
+++ b/portable/GCC/AVR_Mega0/port.c
@@ -20,8 +20,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/GCC/AVR_Mega0/portmacro.h b/portable/GCC/AVR_Mega0/portmacro.h
index 5ca5044..08ad3f7 100644
--- a/portable/GCC/AVR_Mega0/portmacro.h
+++ b/portable/GCC/AVR_Mega0/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/GCC/CORTUS_APS3/port.c b/portable/GCC/CORTUS_APS3/port.c
index b6c55a3..d350ccb 100644
--- a/portable/GCC/CORTUS_APS3/port.c
+++ b/portable/GCC/CORTUS_APS3/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/CORTUS_APS3/portmacro.h b/portable/GCC/CORTUS_APS3/portmacro.h
index dbbe3a6..62d0b6d 100644
--- a/portable/GCC/CORTUS_APS3/portmacro.h
+++ b/portable/GCC/CORTUS_APS3/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ColdFire_V2/port.c b/portable/GCC/ColdFire_V2/port.c
index 3d7e529..92dcc2c 100644
--- a/portable/GCC/ColdFire_V2/port.c
+++ b/portable/GCC/ColdFire_V2/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ColdFire_V2/portasm.S b/portable/GCC/ColdFire_V2/portasm.S
index e6067ca..3b35a98 100644
--- a/portable/GCC/ColdFire_V2/portasm.S
+++ b/portable/GCC/ColdFire_V2/portasm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/ColdFire_V2/portmacro.h b/portable/GCC/ColdFire_V2/portmacro.h
index ad46a61..0b7ac1e 100644
--- a/portable/GCC/ColdFire_V2/portmacro.h
+++ b/portable/GCC/ColdFire_V2/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/H8S2329/port.c b/portable/GCC/H8S2329/port.c
index 6f49b14..0bc4ab2 100644
--- a/portable/GCC/H8S2329/port.c
+++ b/portable/GCC/H8S2329/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/H8S2329/portmacro.h b/portable/GCC/H8S2329/portmacro.h
index 48fdc2c..cb8bfea 100644
--- a/portable/GCC/H8S2329/portmacro.h
+++ b/portable/GCC/H8S2329/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/HCS12/port.c b/portable/GCC/HCS12/port.c
index 55d9402..5fc18a4 100644
--- a/portable/GCC/HCS12/port.c
+++ b/portable/GCC/HCS12/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/HCS12/portmacro.h b/portable/GCC/HCS12/portmacro.h
index d7ccb89..04c3f9d 100644
--- a/portable/GCC/HCS12/portmacro.h
+++ b/portable/GCC/HCS12/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/IA32_flat/ISR_Support.h b/portable/GCC/IA32_flat/ISR_Support.h
index 0222f49..8db54dd 100644
--- a/portable/GCC/IA32_flat/ISR_Support.h
+++ b/portable/GCC/IA32_flat/ISR_Support.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/IA32_flat/port.c b/portable/GCC/IA32_flat/port.c
index 1a20c8e..667dcf8 100644
--- a/portable/GCC/IA32_flat/port.c
+++ b/portable/GCC/IA32_flat/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/IA32_flat/portASM.S b/portable/GCC/IA32_flat/portASM.S
index 2759d84..190ee5b 100644
--- a/portable/GCC/IA32_flat/portASM.S
+++ b/portable/GCC/IA32_flat/portASM.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/IA32_flat/portmacro.h b/portable/GCC/IA32_flat/portmacro.h
index 012207f..2a2a22f 100644
--- a/portable/GCC/IA32_flat/portmacro.h
+++ b/portable/GCC/IA32_flat/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MCF5235/port.c b/portable/GCC/MCF5235/port.c
index 092ea51..bd0204a 100644
--- a/portable/GCC/MCF5235/port.c
+++ b/portable/GCC/MCF5235/port.c
@@ -21,19 +21,19 @@
     A special exception to the GPL can be applied should you wish to distribute

     a combined work that includes FreeRTOS, without being obliged to provide

     the source code for any proprietary components.  See the licensing section

-    of http://www.FreeRTOS.org for full details of how and when the exception

+    of https://www.FreeRTOS.org for full details of how and when the exception

     can be applied.

 

     ***************************************************************************

     ***************************************************************************

     *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+    * Get the FreeRTOS eBook!  See https://www.FreeRTOS.org/Documentation     *

+    *                                                                         *

+    * This is a concise, step by step, 'hands on' guide that describes both   *

+    * general multitasking concepts and FreeRTOS specifics. It presents and   *

+    * explains numerous examples that are written using the FreeRTOS API.     *

+    * Full source code for all the examples is provided in an accompanying    *

+    * .zip file.                                                              *

     *                                                                         *

     ***************************************************************************

     ***************************************************************************

@@ -41,7 +41,7 @@
 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	https://www.FreeRTOS.org - Documentation, latest information, license and 

 	contact details.

 

 	http://www.SafeRTOS.com - A version that is certified for use in safety 

diff --git a/portable/GCC/MCF5235/portmacro.h b/portable/GCC/MCF5235/portmacro.h
index ea2598b..a460822 100644
--- a/portable/GCC/MCF5235/portmacro.h
+++ b/portable/GCC/MCF5235/portmacro.h
@@ -21,13 +21,13 @@
     A special exception to the GPL can be applied should you wish to distribute

     a combined work that includes FreeRTOS, without being obliged to provide

     the source code for any proprietary components.  See the licensing section

-    of http://www.FreeRTOS.org for full details of how and when the exception

+    of https://www.FreeRTOS.org for full details of how and when the exception

     can be applied.

 

     ***************************************************************************

     ***************************************************************************

     *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+    * Get the FreeRTOS eBook!  See https://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

@@ -41,7 +41,7 @@
 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and

+	https://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

 	http://www.SafeRTOS.com - A version that is certified for use in safety

diff --git a/portable/GCC/MSP430F449/port.c b/portable/GCC/MSP430F449/port.c
index 59b8fb6..a22b3c6 100644
--- a/portable/GCC/MSP430F449/port.c
+++ b/portable/GCC/MSP430F449/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MSP430F449/portmacro.h b/portable/GCC/MSP430F449/portmacro.h
index 8dda844..c23d516 100644
--- a/portable/GCC/MSP430F449/portmacro.h
+++ b/portable/GCC/MSP430F449/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlaze/port.c b/portable/GCC/MicroBlaze/port.c
index a0192b3..a95e99e 100644
--- a/portable/GCC/MicroBlaze/port.c
+++ b/portable/GCC/MicroBlaze/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlaze/portasm.s b/portable/GCC/MicroBlaze/portasm.s
index 529dbb2..283718c 100644
--- a/portable/GCC/MicroBlaze/portasm.s
+++ b/portable/GCC/MicroBlaze/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlaze/portmacro.h b/portable/GCC/MicroBlaze/portmacro.h
index 9489020..b1800ae 100644
--- a/portable/GCC/MicroBlaze/portmacro.h
+++ b/portable/GCC/MicroBlaze/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlazeV8/port.c b/portable/GCC/MicroBlazeV8/port.c
index bd70f2a..836754d 100644
--- a/portable/GCC/MicroBlazeV8/port.c
+++ b/portable/GCC/MicroBlazeV8/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlazeV8/port_exceptions.c b/portable/GCC/MicroBlazeV8/port_exceptions.c
index ca2a1ac..e037875 100644
--- a/portable/GCC/MicroBlazeV8/port_exceptions.c
+++ b/portable/GCC/MicroBlazeV8/port_exceptions.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlazeV8/portasm.S b/portable/GCC/MicroBlazeV8/portasm.S
index 50e44e8..8677b10 100644
--- a/portable/GCC/MicroBlazeV8/portasm.S
+++ b/portable/GCC/MicroBlazeV8/portasm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlazeV8/portmacro.h b/portable/GCC/MicroBlazeV8/portmacro.h
index 19b5288..4ca4f92 100644
--- a/portable/GCC/MicroBlazeV8/portmacro.h
+++ b/portable/GCC/MicroBlazeV8/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlazeV9/port.c b/portable/GCC/MicroBlazeV9/port.c
index 943615d..4ef1dcf 100644
--- a/portable/GCC/MicroBlazeV9/port.c
+++ b/portable/GCC/MicroBlazeV9/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlazeV9/port_exceptions.c b/portable/GCC/MicroBlazeV9/port_exceptions.c
index ca2a1ac..e037875 100644
--- a/portable/GCC/MicroBlazeV9/port_exceptions.c
+++ b/portable/GCC/MicroBlazeV9/port_exceptions.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlazeV9/portasm.S b/portable/GCC/MicroBlazeV9/portasm.S
index 50e44e8..8677b10 100644
--- a/portable/GCC/MicroBlazeV9/portasm.S
+++ b/portable/GCC/MicroBlazeV9/portasm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/MicroBlazeV9/portmacro.h b/portable/GCC/MicroBlazeV9/portmacro.h
index 19b5288..4ca4f92 100644
--- a/portable/GCC/MicroBlazeV9/portmacro.h
+++ b/portable/GCC/MicroBlazeV9/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/NiosII/port.c b/portable/GCC/NiosII/port.c
index 57b5337..0d12ed4 100644
--- a/portable/GCC/NiosII/port.c
+++ b/portable/GCC/NiosII/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/NiosII/port_asm.S b/portable/GCC/NiosII/port_asm.S
index 265ffc1..18e1f98 100644
--- a/portable/GCC/NiosII/port_asm.S
+++ b/portable/GCC/NiosII/port_asm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/NiosII/portmacro.h b/portable/GCC/NiosII/portmacro.h
index 3695fef..ded77d7 100644
--- a/portable/GCC/NiosII/portmacro.h
+++ b/portable/GCC/NiosII/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index dd8ddee..83be81b 100644
--- a/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/PPC405_Xilinx/port.c b/portable/GCC/PPC405_Xilinx/port.c
index 286e937..cf52869 100644
--- a/portable/GCC/PPC405_Xilinx/port.c
+++ b/portable/GCC/PPC405_Xilinx/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/PPC405_Xilinx/portasm.S b/portable/GCC/PPC405_Xilinx/portasm.S
index 7e5e09d..573bc4f 100644
--- a/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/portable/GCC/PPC405_Xilinx/portasm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/PPC405_Xilinx/portmacro.h b/portable/GCC/PPC405_Xilinx/portmacro.h
index 0a53e71..212fd76 100644
--- a/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index dd8ddee..83be81b 100644
--- a/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/PPC440_Xilinx/port.c b/portable/GCC/PPC440_Xilinx/port.c
index 2b104a5..ad9dbe3 100644
--- a/portable/GCC/PPC440_Xilinx/port.c
+++ b/portable/GCC/PPC440_Xilinx/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/PPC440_Xilinx/portasm.S b/portable/GCC/PPC440_Xilinx/portasm.S
index 7e5e09d..573bc4f 100644
--- a/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/portable/GCC/PPC440_Xilinx/portasm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/PPC440_Xilinx/portmacro.h b/portable/GCC/PPC440_Xilinx/portmacro.h
index 0a53e71..212fd76 100644
--- a/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h b/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
index 8cd6cdb..5dbb96d 100644
--- a/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
+++ b/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
@@ -21,8 +21,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h b/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
index be1908a..7809be3 100644
--- a/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
+++ b/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RISC-V/port.c b/portable/GCC/RISC-V/port.c
index 9525ff6..b31d661 100644
--- a/portable/GCC/RISC-V/port.c
+++ b/portable/GCC/RISC-V/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RISC-V/portASM.S b/portable/GCC/RISC-V/portASM.S
index f758674..57c8db1 100644
--- a/portable/GCC/RISC-V/portASM.S
+++ b/portable/GCC/RISC-V/portASM.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RISC-V/portmacro.h b/portable/GCC/RISC-V/portmacro.h
index 0ec8496..9430274 100644
--- a/portable/GCC/RISC-V/portmacro.h
+++ b/portable/GCC/RISC-V/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RL78/isr_support.h b/portable/GCC/RL78/isr_support.h
index 3687fdc..b3c7603 100644
--- a/portable/GCC/RL78/isr_support.h
+++ b/portable/GCC/RL78/isr_support.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RL78/port.c b/portable/GCC/RL78/port.c
index dc1fc56..50ed0f7 100644
--- a/portable/GCC/RL78/port.c
+++ b/portable/GCC/RL78/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RL78/portasm.S b/portable/GCC/RL78/portasm.S
index 75bc5aa..214acbc 100644
--- a/portable/GCC/RL78/portasm.S
+++ b/portable/GCC/RL78/portasm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RL78/portmacro.h b/portable/GCC/RL78/portmacro.h
index da2ce53..032e851 100644
--- a/portable/GCC/RL78/portmacro.h
+++ b/portable/GCC/RL78/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RX100/port.c b/portable/GCC/RX100/port.c
index a77efbc..158bb0d 100644
--- a/portable/GCC/RX100/port.c
+++ b/portable/GCC/RX100/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RX100/portmacro.h b/portable/GCC/RX100/portmacro.h
index 77e91a1..b34d7d8 100644
--- a/portable/GCC/RX100/portmacro.h
+++ b/portable/GCC/RX100/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RX600/port.c b/portable/GCC/RX600/port.c
index 422b6c7..c5b1eac 100644
--- a/portable/GCC/RX600/port.c
+++ b/portable/GCC/RX600/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RX600/portmacro.h b/portable/GCC/RX600/portmacro.h
index c6cb841..e534f18 100644
--- a/portable/GCC/RX600/portmacro.h
+++ b/portable/GCC/RX600/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RX600v2/port.c b/portable/GCC/RX600v2/port.c
index 3480c18..c942c41 100644
--- a/portable/GCC/RX600v2/port.c
+++ b/portable/GCC/RX600v2/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RX600v2/portmacro.h b/portable/GCC/RX600v2/portmacro.h
index c6cb841..e534f18 100644
--- a/portable/GCC/RX600v2/portmacro.h
+++ b/portable/GCC/RX600v2/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/RX700v3_DPFPU/port.c b/portable/GCC/RX700v3_DPFPU/port.c
index 41bc7d4..7d7552d 100644
--- a/portable/GCC/RX700v3_DPFPU/port.c
+++ b/portable/GCC/RX700v3_DPFPU/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/GCC/RX700v3_DPFPU/portmacro.h b/portable/GCC/RX700v3_DPFPU/portmacro.h
index 8cffa38..7a5ba79 100644
--- a/portable/GCC/RX700v3_DPFPU/portmacro.h
+++ b/portable/GCC/RX700v3_DPFPU/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/GCC/STR75x/port.c b/portable/GCC/STR75x/port.c
index dc27a14..31f1d19 100644
--- a/portable/GCC/STR75x/port.c
+++ b/portable/GCC/STR75x/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/STR75x/portISR.c b/portable/GCC/STR75x/portISR.c
index 5d29df8..384604b 100644
--- a/portable/GCC/STR75x/portISR.c
+++ b/portable/GCC/STR75x/portISR.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/STR75x/portmacro.h b/portable/GCC/STR75x/portmacro.h
index 2bd6d43..9a061fd 100644
--- a/portable/GCC/STR75x/portmacro.h
+++ b/portable/GCC/STR75x/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/TriCore_1782/port.c b/portable/GCC/TriCore_1782/port.c
index c43cfa4..b354bf5d9 100644
--- a/portable/GCC/TriCore_1782/port.c
+++ b/portable/GCC/TriCore_1782/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/TriCore_1782/portmacro.h b/portable/GCC/TriCore_1782/portmacro.h
index 2e2a483..d063afc 100644
--- a/portable/GCC/TriCore_1782/portmacro.h
+++ b/portable/GCC/TriCore_1782/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/GCC/TriCore_1782/porttrap.c b/portable/GCC/TriCore_1782/porttrap.c
index 039321b..ac731f5 100644
--- a/portable/GCC/TriCore_1782/porttrap.c
+++ b/portable/GCC/TriCore_1782/porttrap.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/78K0R/ISR_Support.h b/portable/IAR/78K0R/ISR_Support.h
index 4e39841..90cbc77 100644
--- a/portable/IAR/78K0R/ISR_Support.h
+++ b/portable/IAR/78K0R/ISR_Support.h
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/78K0R/port.c b/portable/IAR/78K0R/port.c
index 4fb2047..b606110 100644
--- a/portable/IAR/78K0R/port.c
+++ b/portable/IAR/78K0R/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/78K0R/portasm.s26 b/portable/IAR/78K0R/portasm.s26
index 305ef89..1f42c0f 100644
--- a/portable/IAR/78K0R/portasm.s26
+++ b/portable/IAR/78K0R/portasm.s26
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/78K0R/portmacro.h b/portable/IAR/78K0R/portmacro.h
index 79efeed..c5ae5ce 100644
--- a/portable/IAR/78K0R/portmacro.h
+++ b/portable/IAR/78K0R/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CA5_No_GIC/port.c b/portable/IAR/ARM_CA5_No_GIC/port.c
index 25b5fb5..c83a6e3 100644
--- a/portable/IAR/ARM_CA5_No_GIC/port.c
+++ b/portable/IAR/ARM_CA5_No_GIC/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CA5_No_GIC/portASM.h b/portable/IAR/ARM_CA5_No_GIC/portASM.h
index c050268..816715f 100644
--- a/portable/IAR/ARM_CA5_No_GIC/portASM.h
+++ b/portable/IAR/ARM_CA5_No_GIC/portASM.h
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/ARM_CA5_No_GIC/portASM.s b/portable/IAR/ARM_CA5_No_GIC/portASM.s
index 6a3e8eb..3eaaebd 100644
--- a/portable/IAR/ARM_CA5_No_GIC/portASM.s
+++ b/portable/IAR/ARM_CA5_No_GIC/portASM.s
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/ARM_CA5_No_GIC/portmacro.h b/portable/IAR/ARM_CA5_No_GIC/portmacro.h
index da2f30b..a264b48 100644
--- a/portable/IAR/ARM_CA5_No_GIC/portmacro.h
+++ b/portable/IAR/ARM_CA5_No_GIC/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CA9/port.c b/portable/IAR/ARM_CA9/port.c
index a1d9c29..fc305c0 100644
--- a/portable/IAR/ARM_CA9/port.c
+++ b/portable/IAR/ARM_CA9/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CA9/portASM.h b/portable/IAR/ARM_CA9/portASM.h
index 4ecbc9f..10feffd 100644
--- a/portable/IAR/ARM_CA9/portASM.h
+++ b/portable/IAR/ARM_CA9/portASM.h
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/ARM_CA9/portASM.s b/portable/IAR/ARM_CA9/portASM.s
index cfebd32..4853b2e 100644
--- a/portable/IAR/ARM_CA9/portASM.s
+++ b/portable/IAR/ARM_CA9/portASM.s
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/ARM_CA9/portmacro.h b/portable/IAR/ARM_CA9/portmacro.h
index 2b1baa5..8c6b1e3 100644
--- a/portable/IAR/ARM_CA9/portmacro.h
+++ b/portable/IAR/ARM_CA9/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM0/port.c b/portable/IAR/ARM_CM0/port.c
index 284864b..03e0abe 100644
--- a/portable/IAR/ARM_CM0/port.c
+++ b/portable/IAR/ARM_CM0/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/IAR/ARM_CM0/portasm.s b/portable/IAR/ARM_CM0/portasm.s
index 8e2d0a2..27562f6 100644
--- a/portable/IAR/ARM_CM0/portasm.s
+++ b/portable/IAR/ARM_CM0/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM0/portmacro.h b/portable/IAR/ARM_CM0/portmacro.h
index ced7a81..987af6c 100644
--- a/portable/IAR/ARM_CM0/portmacro.h
+++ b/portable/IAR/ARM_CM0/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/non_secure/port.c b/portable/IAR/ARM_CM23/non_secure/port.c
index 8c91b55..7784e2f 100644
--- a/portable/IAR/ARM_CM23/non_secure/port.c
+++ b/portable/IAR/ARM_CM23/non_secure/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/IAR/ARM_CM23/non_secure/portasm.h b/portable/IAR/ARM_CM23/non_secure/portasm.h
index fdba1b1..c769861 100644
--- a/portable/IAR/ARM_CM23/non_secure/portasm.h
+++ b/portable/IAR/ARM_CM23/non_secure/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/non_secure/portasm.s b/portable/IAR/ARM_CM23/non_secure/portasm.s
index 65360e9..a21043a 100644
--- a/portable/IAR/ARM_CM23/non_secure/portasm.s
+++ b/portable/IAR/ARM_CM23/non_secure/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/non_secure/portmacro.h b/portable/IAR/ARM_CM23/non_secure/portmacro.h
index 48e23e9..8717d20 100644
--- a/portable/IAR/ARM_CM23/non_secure/portmacro.h
+++ b/portable/IAR/ARM_CM23/non_secure/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/secure/secure_context.c b/portable/IAR/ARM_CM23/secure/secure_context.c
index 5608c72..b1cdd06 100644
--- a/portable/IAR/ARM_CM23/secure/secure_context.c
+++ b/portable/IAR/ARM_CM23/secure/secure_context.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/secure/secure_context.h b/portable/IAR/ARM_CM23/secure/secure_context.h
index 62ef6bb..6b0aaed 100644
--- a/portable/IAR/ARM_CM23/secure/secure_context.h
+++ b/portable/IAR/ARM_CM23/secure/secure_context.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/secure/secure_context_port.c b/portable/IAR/ARM_CM23/secure/secure_context_port.c
index e2fb5ce..1ddd39c 100644
--- a/portable/IAR/ARM_CM23/secure/secure_context_port.c
+++ b/portable/IAR/ARM_CM23/secure/secure_context_port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/secure/secure_context_port_asm.s b/portable/IAR/ARM_CM23/secure/secure_context_port_asm.s
index 02df892..d946a7f 100644
--- a/portable/IAR/ARM_CM23/secure/secure_context_port_asm.s
+++ b/portable/IAR/ARM_CM23/secure/secure_context_port_asm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/secure/secure_heap.c b/portable/IAR/ARM_CM23/secure/secure_heap.c
index 76b6ee1..7815e18 100644
--- a/portable/IAR/ARM_CM23/secure/secure_heap.c
+++ b/portable/IAR/ARM_CM23/secure/secure_heap.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/secure/secure_heap.h b/portable/IAR/ARM_CM23/secure/secure_heap.h
index d5ddaa8..51e1a7d 100644
--- a/portable/IAR/ARM_CM23/secure/secure_heap.h
+++ b/portable/IAR/ARM_CM23/secure/secure_heap.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/secure/secure_init.c b/portable/IAR/ARM_CM23/secure/secure_init.c
index 6f0be25..739ff4b 100644
--- a/portable/IAR/ARM_CM23/secure/secure_init.c
+++ b/portable/IAR/ARM_CM23/secure/secure_init.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/secure/secure_init.h b/portable/IAR/ARM_CM23/secure/secure_init.h
index 6438734..ca0becc 100644
--- a/portable/IAR/ARM_CM23/secure/secure_init.h
+++ b/portable/IAR/ARM_CM23/secure/secure_init.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23/secure/secure_port_macros.h b/portable/IAR/ARM_CM23/secure/secure_port_macros.h
index d0ace62..f5ca25e 100644
--- a/portable/IAR/ARM_CM23/secure/secure_port_macros.h
+++ b/portable/IAR/ARM_CM23/secure/secure_port_macros.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23_NTZ/non_secure/port.c b/portable/IAR/ARM_CM23_NTZ/non_secure/port.c
index 8c91b55..7784e2f 100644
--- a/portable/IAR/ARM_CM23_NTZ/non_secure/port.c
+++ b/portable/IAR/ARM_CM23_NTZ/non_secure/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.h b/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.h
index fdba1b1..c769861 100644
--- a/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.h
+++ b/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.s b/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.s
index 61eb269..df5a887 100644
--- a/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.s
+++ b/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM23_NTZ/non_secure/portmacro.h b/portable/IAR/ARM_CM23_NTZ/non_secure/portmacro.h
index 29697ba..e35b11f 100644
--- a/portable/IAR/ARM_CM23_NTZ/non_secure/portmacro.h
+++ b/portable/IAR/ARM_CM23_NTZ/non_secure/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM3/port.c b/portable/IAR/ARM_CM3/port.c
index 8a23760..f120afa 100644
--- a/portable/IAR/ARM_CM3/port.c
+++ b/portable/IAR/ARM_CM3/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -210,7 +210,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( configMAX_SYSCALL_INTERRUPT_PRIORITY );

 

     #if ( configASSERT_DEFINED == 1 )

diff --git a/portable/IAR/ARM_CM3/portasm.s b/portable/IAR/ARM_CM3/portasm.s
index 2a8aaa0..4029048 100644
--- a/portable/IAR/ARM_CM3/portasm.s
+++ b/portable/IAR/ARM_CM3/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM3/portmacro.h b/portable/IAR/ARM_CM3/portmacro.h
index 7cdaf92..383cb93 100644
--- a/portable/IAR/ARM_CM3/portmacro.h
+++ b/portable/IAR/ARM_CM3/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/non_secure/port.c b/portable/IAR/ARM_CM33/non_secure/port.c
index 8c91b55..7784e2f 100644
--- a/portable/IAR/ARM_CM33/non_secure/port.c
+++ b/portable/IAR/ARM_CM33/non_secure/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/IAR/ARM_CM33/non_secure/portasm.h b/portable/IAR/ARM_CM33/non_secure/portasm.h
index fdba1b1..c769861 100644
--- a/portable/IAR/ARM_CM33/non_secure/portasm.h
+++ b/portable/IAR/ARM_CM33/non_secure/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/non_secure/portasm.s b/portable/IAR/ARM_CM33/non_secure/portasm.s
index 639e2a8..b87436d 100644
--- a/portable/IAR/ARM_CM33/non_secure/portasm.s
+++ b/portable/IAR/ARM_CM33/non_secure/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/non_secure/portmacro.h b/portable/IAR/ARM_CM33/non_secure/portmacro.h
index 24f1e14..bc2cb7f 100644
--- a/portable/IAR/ARM_CM33/non_secure/portmacro.h
+++ b/portable/IAR/ARM_CM33/non_secure/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/secure/secure_context.c b/portable/IAR/ARM_CM33/secure/secure_context.c
index 5608c72..b1cdd06 100644
--- a/portable/IAR/ARM_CM33/secure/secure_context.c
+++ b/portable/IAR/ARM_CM33/secure/secure_context.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/secure/secure_context.h b/portable/IAR/ARM_CM33/secure/secure_context.h
index 62ef6bb..6b0aaed 100644
--- a/portable/IAR/ARM_CM33/secure/secure_context.h
+++ b/portable/IAR/ARM_CM33/secure/secure_context.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/secure/secure_context_port.c b/portable/IAR/ARM_CM33/secure/secure_context_port.c
index e2fb5ce..1ddd39c 100644
--- a/portable/IAR/ARM_CM33/secure/secure_context_port.c
+++ b/portable/IAR/ARM_CM33/secure/secure_context_port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/secure/secure_context_port_asm.s b/portable/IAR/ARM_CM33/secure/secure_context_port_asm.s
index af49db1..1a1342e 100644
--- a/portable/IAR/ARM_CM33/secure/secure_context_port_asm.s
+++ b/portable/IAR/ARM_CM33/secure/secure_context_port_asm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/secure/secure_heap.c b/portable/IAR/ARM_CM33/secure/secure_heap.c
index 76b6ee1..7815e18 100644
--- a/portable/IAR/ARM_CM33/secure/secure_heap.c
+++ b/portable/IAR/ARM_CM33/secure/secure_heap.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/secure/secure_heap.h b/portable/IAR/ARM_CM33/secure/secure_heap.h
index d5ddaa8..51e1a7d 100644
--- a/portable/IAR/ARM_CM33/secure/secure_heap.h
+++ b/portable/IAR/ARM_CM33/secure/secure_heap.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/secure/secure_init.c b/portable/IAR/ARM_CM33/secure/secure_init.c
index 6f0be25..739ff4b 100644
--- a/portable/IAR/ARM_CM33/secure/secure_init.c
+++ b/portable/IAR/ARM_CM33/secure/secure_init.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/secure/secure_init.h b/portable/IAR/ARM_CM33/secure/secure_init.h
index 6438734..ca0becc 100644
--- a/portable/IAR/ARM_CM33/secure/secure_init.h
+++ b/portable/IAR/ARM_CM33/secure/secure_init.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33/secure/secure_port_macros.h b/portable/IAR/ARM_CM33/secure/secure_port_macros.h
index d0ace62..f5ca25e 100644
--- a/portable/IAR/ARM_CM33/secure/secure_port_macros.h
+++ b/portable/IAR/ARM_CM33/secure/secure_port_macros.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33_NTZ/non_secure/port.c b/portable/IAR/ARM_CM33_NTZ/non_secure/port.c
index 8c91b55..7784e2f 100644
--- a/portable/IAR/ARM_CM33_NTZ/non_secure/port.c
+++ b/portable/IAR/ARM_CM33_NTZ/non_secure/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.h b/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.h
index fdba1b1..c769861 100644
--- a/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.h
+++ b/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s b/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s
index 89ecbb7..cc284bc 100644
--- a/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s
+++ b/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h b/portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h
index 24f1e14..bc2cb7f 100644
--- a/portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h
+++ b/portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM4F/port.c b/portable/IAR/ARM_CM4F/port.c
index 22fe4cd..e9acd8e 100644
--- a/portable/IAR/ARM_CM4F/port.c
+++ b/portable/IAR/ARM_CM4F/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -235,7 +235,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( configMAX_SYSCALL_INTERRUPT_PRIORITY );

 

     /* This port can be used on all revisions of the Cortex-M7 core other than

diff --git a/portable/IAR/ARM_CM4F/portasm.s b/portable/IAR/ARM_CM4F/portasm.s
index d01793e..ca6d6f9 100644
--- a/portable/IAR/ARM_CM4F/portasm.s
+++ b/portable/IAR/ARM_CM4F/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM4F/portmacro.h b/portable/IAR/ARM_CM4F/portmacro.h
index 65a37c0..cac038c 100644
--- a/portable/IAR/ARM_CM4F/portmacro.h
+++ b/portable/IAR/ARM_CM4F/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM4F_MPU/port.c b/portable/IAR/ARM_CM4F_MPU/port.c
index 7fb9036..ca5b808 100644
--- a/portable/IAR/ARM_CM4F_MPU/port.c
+++ b/portable/IAR/ARM_CM4F_MPU/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -335,7 +335,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( configMAX_SYSCALL_INTERRUPT_PRIORITY );

 

     /* This port can be used on all revisions of the Cortex-M7 core other than

diff --git a/portable/IAR/ARM_CM4F_MPU/portasm.s b/portable/IAR/ARM_CM4F_MPU/portasm.s
index 3417667..b4cd645 100644
--- a/portable/IAR/ARM_CM4F_MPU/portasm.s
+++ b/portable/IAR/ARM_CM4F_MPU/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM4F_MPU/portmacro.h b/portable/IAR/ARM_CM4F_MPU/portmacro.h
index 68da416..97e0651 100644
--- a/portable/IAR/ARM_CM4F_MPU/portmacro.h
+++ b/portable/IAR/ARM_CM4F_MPU/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/IAR/ARM_CM7/r0p1/port.c b/portable/IAR/ARM_CM7/r0p1/port.c
index b2f43da..03166d0 100644
--- a/portable/IAR/ARM_CM7/r0p1/port.c
+++ b/portable/IAR/ARM_CM7/r0p1/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -229,7 +229,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( configMAX_SYSCALL_INTERRUPT_PRIORITY );

 

     #if ( configASSERT_DEFINED == 1 )

diff --git a/portable/IAR/ARM_CM7/r0p1/portasm.s b/portable/IAR/ARM_CM7/r0p1/portasm.s
index 5991760..7a3a101 100644
--- a/portable/IAR/ARM_CM7/r0p1/portasm.s
+++ b/portable/IAR/ARM_CM7/r0p1/portasm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CM7/r0p1/portmacro.h b/portable/IAR/ARM_CM7/r0p1/portmacro.h
index cecd286..a2f585b 100644
--- a/portable/IAR/ARM_CM7/r0p1/portmacro.h
+++ b/portable/IAR/ARM_CM7/r0p1/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CRx_No_GIC/port.c b/portable/IAR/ARM_CRx_No_GIC/port.c
index e84773b..6da131e 100644
--- a/portable/IAR/ARM_CRx_No_GIC/port.c
+++ b/portable/IAR/ARM_CRx_No_GIC/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ARM_CRx_No_GIC/portASM.s b/portable/IAR/ARM_CRx_No_GIC/portASM.s
index 49bbca2..42b1497 100644
--- a/portable/IAR/ARM_CRx_No_GIC/portASM.s
+++ b/portable/IAR/ARM_CRx_No_GIC/portASM.s
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/ARM_CRx_No_GIC/portmacro.h b/portable/IAR/ARM_CRx_No_GIC/portmacro.h
index 99fc18d..2448e26 100644
--- a/portable/IAR/ARM_CRx_No_GIC/portmacro.h
+++ b/portable/IAR/ARM_CRx_No_GIC/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ATMega323/port.c b/portable/IAR/ATMega323/port.c
index bc9ce9f..a41c9ae 100644
--- a/portable/IAR/ATMega323/port.c
+++ b/portable/IAR/ATMega323/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ATMega323/portmacro.h b/portable/IAR/ATMega323/portmacro.h
index 4b7f125..dd17956 100644
--- a/portable/IAR/ATMega323/portmacro.h
+++ b/portable/IAR/ATMega323/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/ATMega323/portmacro.s90 b/portable/IAR/ATMega323/portmacro.s90
index a43b83c..cbbaefa 100644
--- a/portable/IAR/ATMega323/portmacro.s90
+++ b/portable/IAR/ATMega323/portmacro.s90
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/AVR32_UC3/port.c b/portable/IAR/AVR32_UC3/port.c
index 4b71888..b2e0140 100644
--- a/portable/IAR/AVR32_UC3/port.c
+++ b/portable/IAR/AVR32_UC3/port.c
@@ -33,8 +33,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/AVR32_UC3/portmacro.h b/portable/IAR/AVR32_UC3/portmacro.h
index ef7d1df..c782bcf 100644
--- a/portable/IAR/AVR32_UC3/portmacro.h
+++ b/portable/IAR/AVR32_UC3/portmacro.h
@@ -33,8 +33,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/AVR_AVRDx/port.c b/portable/IAR/AVR_AVRDx/port.c
index 9f7554c..81403c3 100644
--- a/portable/IAR/AVR_AVRDx/port.c
+++ b/portable/IAR/AVR_AVRDx/port.c
@@ -20,8 +20,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/IAR/AVR_AVRDx/portmacro.h b/portable/IAR/AVR_AVRDx/portmacro.h
index 1cb2568..70ab6e1 100644
--- a/portable/IAR/AVR_AVRDx/portmacro.h
+++ b/portable/IAR/AVR_AVRDx/portmacro.h
@@ -20,8 +20,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/IAR/AVR_AVRDx/portmacro.s90 b/portable/IAR/AVR_AVRDx/portmacro.s90
index 727bf8a..c053672 100644
--- a/portable/IAR/AVR_AVRDx/portmacro.s90
+++ b/portable/IAR/AVR_AVRDx/portmacro.s90
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 ; *
-; * http://www.FreeRTOS.org
-; * http://aws.amazon.com/freertos
+; * https://www.FreeRTOS.org
+; * https://github.com/FreeRTOS
 ; *
 ; */
 
diff --git a/portable/IAR/AVR_Mega0/port.c b/portable/IAR/AVR_Mega0/port.c
index f6e8504..7fdc6d6 100644
--- a/portable/IAR/AVR_Mega0/port.c
+++ b/portable/IAR/AVR_Mega0/port.c
@@ -20,8 +20,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/IAR/AVR_Mega0/portmacro.h b/portable/IAR/AVR_Mega0/portmacro.h
index 1cb2568..70ab6e1 100644
--- a/portable/IAR/AVR_Mega0/portmacro.h
+++ b/portable/IAR/AVR_Mega0/portmacro.h
@@ -20,8 +20,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/IAR/AVR_Mega0/portmacro.s90 b/portable/IAR/AVR_Mega0/portmacro.s90
index 4b117d7..d5c3827 100644
--- a/portable/IAR/AVR_Mega0/portmacro.s90
+++ b/portable/IAR/AVR_Mega0/portmacro.s90
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 ; *
-; * http://www.FreeRTOS.org
-; * http://aws.amazon.com/freertos
+; * https://www.FreeRTOS.org
+; * https://github.com/FreeRTOS
 ; *
 ; * 1 tab == 4 spaces!
 ; */
diff --git a/portable/IAR/AtmelSAM7S64/ISR_Support.h b/portable/IAR/AtmelSAM7S64/ISR_Support.h
index 360fff6..78eba31 100644
--- a/portable/IAR/AtmelSAM7S64/ISR_Support.h
+++ b/portable/IAR/AtmelSAM7S64/ISR_Support.h
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/AtmelSAM7S64/port.c b/portable/IAR/AtmelSAM7S64/port.c
index 1dbf34c..565258d 100644
--- a/portable/IAR/AtmelSAM7S64/port.c
+++ b/portable/IAR/AtmelSAM7S64/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/AtmelSAM7S64/portasm.s79 b/portable/IAR/AtmelSAM7S64/portasm.s79
index beee2b5..c63ae22 100644
--- a/portable/IAR/AtmelSAM7S64/portasm.s79
+++ b/portable/IAR/AtmelSAM7S64/portasm.s79
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/AtmelSAM7S64/portmacro.h b/portable/IAR/AtmelSAM7S64/portmacro.h
index 86cb211..18c6099 100644
--- a/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/AtmelSAM9XE/port.c b/portable/IAR/AtmelSAM9XE/port.c
index b65a07c..092c835 100644
--- a/portable/IAR/AtmelSAM9XE/port.c
+++ b/portable/IAR/AtmelSAM9XE/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/AtmelSAM9XE/portmacro.h b/portable/IAR/AtmelSAM9XE/portmacro.h
index a721c9f..326df46 100644
--- a/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/LPC2000/ISR_Support.h b/portable/IAR/LPC2000/ISR_Support.h
index 360fff6..78eba31 100644
--- a/portable/IAR/LPC2000/ISR_Support.h
+++ b/portable/IAR/LPC2000/ISR_Support.h
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/LPC2000/port.c b/portable/IAR/LPC2000/port.c
index 1385ec0..e8e6493 100644
--- a/portable/IAR/LPC2000/port.c
+++ b/portable/IAR/LPC2000/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/LPC2000/portasm.s79 b/portable/IAR/LPC2000/portasm.s79
index 1967218..cae6a30 100644
--- a/portable/IAR/LPC2000/portasm.s79
+++ b/portable/IAR/LPC2000/portasm.s79
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/LPC2000/portmacro.h b/portable/IAR/LPC2000/portmacro.h
index cb275c7..8657593 100644
--- a/portable/IAR/LPC2000/portmacro.h
+++ b/portable/IAR/LPC2000/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/MSP430/port.c b/portable/IAR/MSP430/port.c
index 1a03448..7495ad9 100644
--- a/portable/IAR/MSP430/port.c
+++ b/portable/IAR/MSP430/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/MSP430/portasm.h b/portable/IAR/MSP430/portasm.h
index d95e0ae..35f9b14 100644
--- a/portable/IAR/MSP430/portasm.h
+++ b/portable/IAR/MSP430/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/MSP430/portext.s43 b/portable/IAR/MSP430/portext.s43
index 4867346..634d425 100644
--- a/portable/IAR/MSP430/portext.s43
+++ b/portable/IAR/MSP430/portext.s43
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/MSP430/portmacro.h b/portable/IAR/MSP430/portmacro.h
index c3a50aa..386c6ad 100644
--- a/portable/IAR/MSP430/portmacro.h
+++ b/portable/IAR/MSP430/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/MSP430X/data_model.h b/portable/IAR/MSP430X/data_model.h
index 36935cb..311a754 100644
--- a/portable/IAR/MSP430X/data_model.h
+++ b/portable/IAR/MSP430X/data_model.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/MSP430X/port.c b/portable/IAR/MSP430X/port.c
index fb460d0..62aff2e 100644
--- a/portable/IAR/MSP430X/port.c
+++ b/portable/IAR/MSP430X/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/MSP430X/portext.s43 b/portable/IAR/MSP430X/portext.s43
index 09333cb..e33dc7e 100644
--- a/portable/IAR/MSP430X/portext.s43
+++ b/portable/IAR/MSP430X/portext.s43
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/MSP430X/portmacro.h b/portable/IAR/MSP430X/portmacro.h
index cf0aace..2573834 100644
--- a/portable/IAR/MSP430X/portmacro.h
+++ b/portable/IAR/MSP430X/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h b/portable/IAR/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
index 2296be8..661a30e 100644
--- a/portable/IAR/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
+++ b/portable/IAR/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RISC-V/port.c b/portable/IAR/RISC-V/port.c
index bf8eca0..951fe1c 100644
--- a/portable/IAR/RISC-V/port.c
+++ b/portable/IAR/RISC-V/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RISC-V/portASM.s b/portable/IAR/RISC-V/portASM.s
index 050e63b..1680d42 100644
--- a/portable/IAR/RISC-V/portASM.s
+++ b/portable/IAR/RISC-V/portASM.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RISC-V/portmacro.h b/portable/IAR/RISC-V/portmacro.h
index 4d31f4f..3656b15 100644
--- a/portable/IAR/RISC-V/portmacro.h
+++ b/portable/IAR/RISC-V/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RL78/ISR_Support.h b/portable/IAR/RL78/ISR_Support.h
index 1be2a7b..4a7ad0b 100644
--- a/portable/IAR/RL78/ISR_Support.h
+++ b/portable/IAR/RL78/ISR_Support.h
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/RL78/port.c b/portable/IAR/RL78/port.c
index 3dbe43e..f496dee 100644
--- a/portable/IAR/RL78/port.c
+++ b/portable/IAR/RL78/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RL78/portasm.s87 b/portable/IAR/RL78/portasm.s87
index 0913fa4..cb78433 100644
--- a/portable/IAR/RL78/portasm.s87
+++ b/portable/IAR/RL78/portasm.s87
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/RL78/portmacro.h b/portable/IAR/RL78/portmacro.h
index c6aa995..e319cdb 100644
--- a/portable/IAR/RL78/portmacro.h
+++ b/portable/IAR/RL78/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RX100/port.c b/portable/IAR/RX100/port.c
index 083e740..6976ed3 100644
--- a/portable/IAR/RX100/port.c
+++ b/portable/IAR/RX100/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RX100/port_asm.s b/portable/IAR/RX100/port_asm.s
index d6de5b7..cde3ba4 100644
--- a/portable/IAR/RX100/port_asm.s
+++ b/portable/IAR/RX100/port_asm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RX100/portmacro.h b/portable/IAR/RX100/portmacro.h
index 8e288e8..16f8e0f 100644
--- a/portable/IAR/RX100/portmacro.h
+++ b/portable/IAR/RX100/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RX600/port.c b/portable/IAR/RX600/port.c
index 45a7174..76d2505 100644
--- a/portable/IAR/RX600/port.c
+++ b/portable/IAR/RX600/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RX600/port_asm.s b/portable/IAR/RX600/port_asm.s
index 073215b..a898dff 100644
--- a/portable/IAR/RX600/port_asm.s
+++ b/portable/IAR/RX600/port_asm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RX600/portmacro.h b/portable/IAR/RX600/portmacro.h
index 66963c9..9712703 100644
--- a/portable/IAR/RX600/portmacro.h
+++ b/portable/IAR/RX600/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RX700v3_DPFPU/port.c b/portable/IAR/RX700v3_DPFPU/port.c
index 51b75ce..637ee70 100644
--- a/portable/IAR/RX700v3_DPFPU/port.c
+++ b/portable/IAR/RX700v3_DPFPU/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/IAR/RX700v3_DPFPU/portmacro.h b/portable/IAR/RX700v3_DPFPU/portmacro.h
index c93998b..5276103 100644
--- a/portable/IAR/RX700v3_DPFPU/portmacro.h
+++ b/portable/IAR/RX700v3_DPFPU/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/IAR/RXv2/port.c b/portable/IAR/RXv2/port.c
index 4024645..b8fd5a9 100644
--- a/portable/IAR/RXv2/port.c
+++ b/portable/IAR/RXv2/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RXv2/port_asm.s b/portable/IAR/RXv2/port_asm.s
index 3b0d4be..2674bbe 100644
--- a/portable/IAR/RXv2/port_asm.s
+++ b/portable/IAR/RXv2/port_asm.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/RXv2/portmacro.h b/portable/IAR/RXv2/portmacro.h
index dd9763b..1f8a749 100644
--- a/portable/IAR/RXv2/portmacro.h
+++ b/portable/IAR/RXv2/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/STR71x/ISR_Support.h b/portable/IAR/STR71x/ISR_Support.h
index 360fff6..78eba31 100644
--- a/portable/IAR/STR71x/ISR_Support.h
+++ b/portable/IAR/STR71x/ISR_Support.h
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/STR71x/port.c b/portable/IAR/STR71x/port.c
index a285643..c2105ba 100644
--- a/portable/IAR/STR71x/port.c
+++ b/portable/IAR/STR71x/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/STR71x/portasm.s79 b/portable/IAR/STR71x/portasm.s79
index e67859c..d465106 100644
--- a/portable/IAR/STR71x/portasm.s79
+++ b/portable/IAR/STR71x/portasm.s79
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/STR71x/portmacro.h b/portable/IAR/STR71x/portmacro.h
index ca2e3ba..f5dc015 100644
--- a/portable/IAR/STR71x/portmacro.h
+++ b/portable/IAR/STR71x/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/STR75x/ISR_Support.h b/portable/IAR/STR75x/ISR_Support.h
index 360fff6..78eba31 100644
--- a/portable/IAR/STR75x/ISR_Support.h
+++ b/portable/IAR/STR75x/ISR_Support.h
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/STR75x/port.c b/portable/IAR/STR75x/port.c
index 20b4a35..6381364 100644
--- a/portable/IAR/STR75x/port.c
+++ b/portable/IAR/STR75x/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/STR75x/portasm.s79 b/portable/IAR/STR75x/portasm.s79
index 9356600..0b6c41c 100644
--- a/portable/IAR/STR75x/portasm.s79
+++ b/portable/IAR/STR75x/portasm.s79
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/STR75x/portmacro.h b/portable/IAR/STR75x/portmacro.h
index f9a8a1e..2cfc806 100644
--- a/portable/IAR/STR75x/portmacro.h
+++ b/portable/IAR/STR75x/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/STR91x/ISR_Support.h b/portable/IAR/STR91x/ISR_Support.h
index c4a12a2..496e5d7 100644
--- a/portable/IAR/STR91x/ISR_Support.h
+++ b/portable/IAR/STR91x/ISR_Support.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/STR91x/port.c b/portable/IAR/STR91x/port.c
index 7d4ad1d..173af98 100644
--- a/portable/IAR/STR91x/port.c
+++ b/portable/IAR/STR91x/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/STR91x/portasm.s79 b/portable/IAR/STR91x/portasm.s79
index 4232c62..76a142b 100644
--- a/portable/IAR/STR91x/portasm.s79
+++ b/portable/IAR/STR91x/portasm.s79
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/STR91x/portmacro.h b/portable/IAR/STR91x/portmacro.h
index 3f800ba..15b96f4 100644
--- a/portable/IAR/STR91x/portmacro.h
+++ b/portable/IAR/STR91x/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/V850ES/ISR_Support.h b/portable/IAR/V850ES/ISR_Support.h
index d3822fb..25d7a04 100644
--- a/portable/IAR/V850ES/ISR_Support.h
+++ b/portable/IAR/V850ES/ISR_Support.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/V850ES/port.c b/portable/IAR/V850ES/port.c
index 82a36fd..736798c 100644
--- a/portable/IAR/V850ES/port.c
+++ b/portable/IAR/V850ES/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/IAR/V850ES/portasm.s85 b/portable/IAR/V850ES/portasm.s85
index f028824..d874d48 100644
--- a/portable/IAR/V850ES/portasm.s85
+++ b/portable/IAR/V850ES/portasm.s85
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/V850ES/portasm_Fx3.s85 b/portable/IAR/V850ES/portasm_Fx3.s85
index e0f8e82..121fbba 100644
--- a/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/portable/IAR/V850ES/portasm_Fx3.s85
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/V850ES/portasm_Hx2.s85 b/portable/IAR/V850ES/portasm_Hx2.s85
index 81bd08d..8244a19 100644
--- a/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/portable/IAR/V850ES/portasm_Hx2.s85
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/IAR/V850ES/portmacro.h b/portable/IAR/V850ES/portmacro.h
index 0b661e8..ccbea37 100644
--- a/portable/IAR/V850ES/portmacro.h
+++ b/portable/IAR/V850ES/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC18F/port.c b/portable/MPLAB/PIC18F/port.c
index 6f76d46..1dfd5c7 100644
--- a/portable/MPLAB/PIC18F/port.c
+++ b/portable/MPLAB/PIC18F/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC18F/portmacro.h b/portable/MPLAB/PIC18F/portmacro.h
index 0b42126..9a4a304 100644
--- a/portable/MPLAB/PIC18F/portmacro.h
+++ b/portable/MPLAB/PIC18F/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC24_dsPIC/port.c b/portable/MPLAB/PIC24_dsPIC/port.c
index 62f621c..89d7a19 100644
--- a/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/portable/MPLAB/PIC24_dsPIC/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 43c39f0..62172b1 100644
--- a/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index da48e54..741c18c 100644
--- a/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC24_dsPIC/portmacro.h b/portable/MPLAB/PIC24_dsPIC/portmacro.h
index ece9cd9..6eff5b3 100644
--- a/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MEC14xx/ISR_Support.h b/portable/MPLAB/PIC32MEC14xx/ISR_Support.h
index 41170d3..a1af148 100644
--- a/portable/MPLAB/PIC32MEC14xx/ISR_Support.h
+++ b/portable/MPLAB/PIC32MEC14xx/ISR_Support.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MEC14xx/port.c b/portable/MPLAB/PIC32MEC14xx/port.c
index c2d837f..ae28356 100644
--- a/portable/MPLAB/PIC32MEC14xx/port.c
+++ b/portable/MPLAB/PIC32MEC14xx/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MEC14xx/port_asm.S b/portable/MPLAB/PIC32MEC14xx/port_asm.S
index e8fb4fc..df212c3 100644
--- a/portable/MPLAB/PIC32MEC14xx/port_asm.S
+++ b/portable/MPLAB/PIC32MEC14xx/port_asm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MEC14xx/portmacro.h b/portable/MPLAB/PIC32MEC14xx/portmacro.h
index f4a30b0..ca88436 100644
--- a/portable/MPLAB/PIC32MEC14xx/portmacro.h
+++ b/portable/MPLAB/PIC32MEC14xx/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MX/ISR_Support.h b/portable/MPLAB/PIC32MX/ISR_Support.h
index 1dab513..b2e1443 100644
--- a/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MX/port.c b/portable/MPLAB/PIC32MX/port.c
index 8ed86eb..01252e0 100644
--- a/portable/MPLAB/PIC32MX/port.c
+++ b/portable/MPLAB/PIC32MX/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MX/port_asm.S b/portable/MPLAB/PIC32MX/port_asm.S
index 1e6c766..50ac7e5 100644
--- a/portable/MPLAB/PIC32MX/port_asm.S
+++ b/portable/MPLAB/PIC32MX/port_asm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MX/portmacro.h b/portable/MPLAB/PIC32MX/portmacro.h
index a578e58..a47a5a7 100644
--- a/portable/MPLAB/PIC32MX/portmacro.h
+++ b/portable/MPLAB/PIC32MX/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MZ/ISR_Support.h b/portable/MPLAB/PIC32MZ/ISR_Support.h
index f0c2688..794df0e 100644
--- a/portable/MPLAB/PIC32MZ/ISR_Support.h
+++ b/portable/MPLAB/PIC32MZ/ISR_Support.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MZ/port.c b/portable/MPLAB/PIC32MZ/port.c
index 028d35b..745dffe 100644
--- a/portable/MPLAB/PIC32MZ/port.c
+++ b/portable/MPLAB/PIC32MZ/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MZ/port_asm.S b/portable/MPLAB/PIC32MZ/port_asm.S
index ac83332..dfd2a6a 100644
--- a/portable/MPLAB/PIC32MZ/port_asm.S
+++ b/portable/MPLAB/PIC32MZ/port_asm.S
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MPLAB/PIC32MZ/portmacro.h b/portable/MPLAB/PIC32MZ/portmacro.h
index 65843cf..3cc50e6 100644
--- a/portable/MPLAB/PIC32MZ/portmacro.h
+++ b/portable/MPLAB/PIC32MZ/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MSVC-MingW/port.c b/portable/MSVC-MingW/port.c
index 982ef0d..f5e26a9 100644
--- a/portable/MSVC-MingW/port.c
+++ b/portable/MSVC-MingW/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MSVC-MingW/portmacro.h b/portable/MSVC-MingW/portmacro.h
index 91a8a0a..83b13b1 100644
--- a/portable/MSVC-MingW/portmacro.h
+++ b/portable/MSVC-MingW/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/MemMang/heap_1.c b/portable/MemMang/heap_1.c
index 54bb665..0e534b6 100644
--- a/portable/MemMang/heap_1.c
+++ b/portable/MemMang/heap_1.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

@@ -31,7 +31,7 @@
  * implementation does NOT allow allocated memory to be freed again.

  *

  * See heap_2.c, heap_3.c and heap_4.c for alternative implementations, and the

- * memory management pages of http://www.FreeRTOS.org for more information.

+ * memory management pages of https://www.FreeRTOS.org for more information.

  */

 #include <stdlib.h>

 

@@ -123,7 +123,7 @@
 {

     /* Memory cannot be freed using this scheme.  See heap_2.c, heap_3.c and

      * heap_4.c for alternative implementations, and the memory management pages of

-     * http://www.FreeRTOS.org for more information. */

+     * https://www.FreeRTOS.org for more information. */

     ( void ) pv;

 

     /* Force an assert as it is invalid to call this function. */

diff --git a/portable/MemMang/heap_2.c b/portable/MemMang/heap_2.c
index dd12a0f..34d4086 100644
--- a/portable/MemMang/heap_2.c
+++ b/portable/MemMang/heap_2.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

@@ -32,7 +32,7 @@
  * an equivalent that does combine adjacent blocks into single larger blocks.

  *

  * See heap_1.c, heap_3.c and heap_4.c for alternative implementations, and the

- * memory management pages of http://www.FreeRTOS.org for more information.

+ * memory management pages of https://www.FreeRTOS.org for more information.

  */

 #include <stdlib.h>

 

diff --git a/portable/MemMang/heap_3.c b/portable/MemMang/heap_3.c
index 57c6954..ed8358d 100644
--- a/portable/MemMang/heap_3.c
+++ b/portable/MemMang/heap_3.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

@@ -34,7 +34,7 @@
  * a heap memory area.

  *

  * See heap_1.c, heap_2.c and heap_4.c for alternative implementations, and the

- * memory management pages of http://www.FreeRTOS.org for more information.

+ * memory management pages of https://www.FreeRTOS.org for more information.

  */

 

 #include <stdlib.h>

diff --git a/portable/MemMang/heap_4.c b/portable/MemMang/heap_4.c
index 5a80317..5c872dd 100644
--- a/portable/MemMang/heap_4.c
+++ b/portable/MemMang/heap_4.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -30,7 +30,7 @@
  * limits memory fragmentation.

  *

  * See heap_1.c, heap_2.c and heap_3.c for alternative implementations, and the

- * memory management pages of http://www.FreeRTOS.org for more information.

+ * memory management pages of https://www.FreeRTOS.org for more information.

  */

 #include <stdlib.h>

 

diff --git a/portable/MemMang/heap_5.c b/portable/MemMang/heap_5.c
index 2e58c79..5759d40 100644
--- a/portable/MemMang/heap_5.c
+++ b/portable/MemMang/heap_5.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

@@ -31,7 +31,7 @@
  * memory blocks as they are freed.

  *

  * See heap_1.c, heap_2.c, heap_3.c and heap_4.c for alternative

- * implementations, and the memory management pages of http://www.FreeRTOS.org

+ * implementations, and the memory management pages of https://www.FreeRTOS.org

  * for more information.

  *

  * Usage notes:

diff --git a/portable/MikroC/ARM_CM4F/port.c b/portable/MikroC/ARM_CM4F/port.c
index 23cecc9..f355698 100644
--- a/portable/MikroC/ARM_CM4F/port.c
+++ b/portable/MikroC/ARM_CM4F/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -292,7 +292,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( configMAX_SYSCALL_INTERRUPT_PRIORITY );

 

     #if ( configASSERT_DEFINED == 1 )

diff --git a/portable/MikroC/ARM_CM4F/portmacro.h b/portable/MikroC/ARM_CM4F/portmacro.h
index e3dcc57..d77ab54 100644
--- a/portable/MikroC/ARM_CM4F/portmacro.h
+++ b/portable/MikroC/ARM_CM4F/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Paradigm/Tern_EE/large_untested/port.c b/portable/Paradigm/Tern_EE/large_untested/port.c
index fb727e0..3f00827 100644
--- a/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Paradigm/Tern_EE/large_untested/portasm.h b/portable/Paradigm/Tern_EE/large_untested/portasm.h
index 9392f7b..85aa345 100644
--- a/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 354b000..576f1dc 100644
--- a/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Paradigm/Tern_EE/small/port.c b/portable/Paradigm/Tern_EE/small/port.c
index 6fdb9b8..8ebcc8d 100644
--- a/portable/Paradigm/Tern_EE/small/port.c
+++ b/portable/Paradigm/Tern_EE/small/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Paradigm/Tern_EE/small/portasm.h b/portable/Paradigm/Tern_EE/small/portasm.h
index e224062..a965801 100644
--- a/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/portable/Paradigm/Tern_EE/small/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Paradigm/Tern_EE/small/portmacro.h b/portable/Paradigm/Tern_EE/small/portmacro.h
index fd3ca1d..620d003 100644
--- a/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/RVDS/ARM7_LPC21xx/port.c b/portable/RVDS/ARM7_LPC21xx/port.c
index b111f13..900b1aa 100644
--- a/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/portable/RVDS/ARM7_LPC21xx/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/RVDS/ARM7_LPC21xx/portASM.s b/portable/RVDS/ARM7_LPC21xx/portASM.s
index f7a5e16..105d1ba 100644
--- a/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/RVDS/ARM7_LPC21xx/portmacro.h b/portable/RVDS/ARM7_LPC21xx/portmacro.h
index 6f24ac7..47b7d05 100644
--- a/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 12e0071..5c26489 100644
--- a/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/RVDS/ARM_CA9/port.c b/portable/RVDS/ARM_CA9/port.c
index 250f313..76937cb 100644
--- a/portable/RVDS/ARM_CA9/port.c
+++ b/portable/RVDS/ARM_CA9/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/RVDS/ARM_CA9/portASM.s b/portable/RVDS/ARM_CA9/portASM.s
index dfcb930..2af4f39 100644
--- a/portable/RVDS/ARM_CA9/portASM.s
+++ b/portable/RVDS/ARM_CA9/portASM.s
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/RVDS/ARM_CA9/portmacro.h b/portable/RVDS/ARM_CA9/portmacro.h
index 02a7211..0ecd6d5 100644
--- a/portable/RVDS/ARM_CA9/portmacro.h
+++ b/portable/RVDS/ARM_CA9/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/RVDS/ARM_CA9/portmacro.inc b/portable/RVDS/ARM_CA9/portmacro.inc
index 648c9db..688bdea 100644
--- a/portable/RVDS/ARM_CA9/portmacro.inc
+++ b/portable/RVDS/ARM_CA9/portmacro.inc
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/RVDS/ARM_CM0/port.c b/portable/RVDS/ARM_CM0/port.c
index ed20ecc..fe2af50 100644
--- a/portable/RVDS/ARM_CM0/port.c
+++ b/portable/RVDS/ARM_CM0/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/RVDS/ARM_CM0/portmacro.h b/portable/RVDS/ARM_CM0/portmacro.h
index ba171cc..c1adb6b 100644
--- a/portable/RVDS/ARM_CM0/portmacro.h
+++ b/portable/RVDS/ARM_CM0/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/RVDS/ARM_CM3/port.c b/portable/RVDS/ARM_CM3/port.c
index 97c26ef..7c102e9 100644
--- a/portable/RVDS/ARM_CM3/port.c
+++ b/portable/RVDS/ARM_CM3/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/RVDS/ARM_CM3/portmacro.h b/portable/RVDS/ARM_CM3/portmacro.h
index b24328a..17a84ec 100644
--- a/portable/RVDS/ARM_CM3/portmacro.h
+++ b/portable/RVDS/ARM_CM3/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/RVDS/ARM_CM4F/port.c b/portable/RVDS/ARM_CM4F/port.c
index 2d0b129..2aeb48a 100644
--- a/portable/RVDS/ARM_CM4F/port.c
+++ b/portable/RVDS/ARM_CM4F/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -314,7 +314,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( configMAX_SYSCALL_INTERRUPT_PRIORITY );

 

     /* This port can be used on all revisions of the Cortex-M7 core other than

diff --git a/portable/RVDS/ARM_CM4F/portmacro.h b/portable/RVDS/ARM_CM4F/portmacro.h
index b24328a..17a84ec 100644
--- a/portable/RVDS/ARM_CM4F/portmacro.h
+++ b/portable/RVDS/ARM_CM4F/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/RVDS/ARM_CM4_MPU/port.c b/portable/RVDS/ARM_CM4_MPU/port.c
index 3076d6c..2a688fd 100644
--- a/portable/RVDS/ARM_CM4_MPU/port.c
+++ b/portable/RVDS/ARM_CM4_MPU/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -395,7 +395,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.  See

-     * http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY ) );

 

     #if ( configASSERT_DEFINED == 1 )

diff --git a/portable/RVDS/ARM_CM4_MPU/portmacro.h b/portable/RVDS/ARM_CM4_MPU/portmacro.h
index 050e154..c891377 100644
--- a/portable/RVDS/ARM_CM4_MPU/portmacro.h
+++ b/portable/RVDS/ARM_CM4_MPU/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/RVDS/ARM_CM7/r0p1/port.c b/portable/RVDS/ARM_CM7/r0p1/port.c
index 3609d46..0dec039 100644
--- a/portable/RVDS/ARM_CM7/r0p1/port.c
+++ b/portable/RVDS/ARM_CM7/r0p1/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/portable/RVDS/ARM_CM7/r0p1/portmacro.h b/portable/RVDS/ARM_CM7/r0p1/portmacro.h
index b4d8d1b..151ff19 100644
--- a/portable/RVDS/ARM_CM7/r0p1/portmacro.h
+++ b/portable/RVDS/ARM_CM7/r0p1/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/RX100/port.c b/portable/Renesas/RX100/port.c
index d947e64..6816a3f 100644
--- a/portable/Renesas/RX100/port.c
+++ b/portable/Renesas/RX100/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/RX100/port_asm.src b/portable/Renesas/RX100/port_asm.src
index 0068e1f..7970ac8 100644
--- a/portable/Renesas/RX100/port_asm.src
+++ b/portable/Renesas/RX100/port_asm.src
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/Renesas/RX100/portmacro.h b/portable/Renesas/RX100/portmacro.h
index 2f71e7e..aa870a9 100644
--- a/portable/Renesas/RX100/portmacro.h
+++ b/portable/Renesas/RX100/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/RX200/port.c b/portable/Renesas/RX200/port.c
index 975722f..269798a 100644
--- a/portable/Renesas/RX200/port.c
+++ b/portable/Renesas/RX200/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/RX200/port_asm.src b/portable/Renesas/RX200/port_asm.src
index 0068e1f..7970ac8 100644
--- a/portable/Renesas/RX200/port_asm.src
+++ b/portable/Renesas/RX200/port_asm.src
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/Renesas/RX200/portmacro.h b/portable/Renesas/RX200/portmacro.h
index 4abab1c..034622c 100644
--- a/portable/Renesas/RX200/portmacro.h
+++ b/portable/Renesas/RX200/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/RX600/port.c b/portable/Renesas/RX600/port.c
index aa6010c..e984745 100644
--- a/portable/Renesas/RX600/port.c
+++ b/portable/Renesas/RX600/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/RX600/port_asm.src b/portable/Renesas/RX600/port_asm.src
index 0068e1f..7970ac8 100644
--- a/portable/Renesas/RX600/port_asm.src
+++ b/portable/Renesas/RX600/port_asm.src
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/Renesas/RX600/portmacro.h b/portable/Renesas/RX600/portmacro.h
index ab0d603..2747a34 100644
--- a/portable/Renesas/RX600/portmacro.h
+++ b/portable/Renesas/RX600/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/RX600v2/port.c b/portable/Renesas/RX600v2/port.c
index 1169082..5c54f64 100644
--- a/portable/Renesas/RX600v2/port.c
+++ b/portable/Renesas/RX600v2/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/RX600v2/port_asm.src b/portable/Renesas/RX600v2/port_asm.src
index a0373b8..5f11fd7 100644
--- a/portable/Renesas/RX600v2/port_asm.src
+++ b/portable/Renesas/RX600v2/port_asm.src
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/Renesas/RX600v2/portmacro.h b/portable/Renesas/RX600v2/portmacro.h
index bf742a2..3661719 100644
--- a/portable/Renesas/RX600v2/portmacro.h
+++ b/portable/Renesas/RX600v2/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/RX700v3_DPFPU/port.c b/portable/Renesas/RX700v3_DPFPU/port.c
index 9f6d3ee..c192852 100644
--- a/portable/Renesas/RX700v3_DPFPU/port.c
+++ b/portable/Renesas/RX700v3_DPFPU/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/Renesas/RX700v3_DPFPU/port_asm.src b/portable/Renesas/RX700v3_DPFPU/port_asm.src
index f651852..6478c4e 100644
--- a/portable/Renesas/RX700v3_DPFPU/port_asm.src
+++ b/portable/Renesas/RX700v3_DPFPU/port_asm.src
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 ; *
-; * http://www.FreeRTOS.org
-; * http://aws.amazon.com/freertos
+; * https://www.FreeRTOS.org
+; * https://github.com/FreeRTOS
 ; *
 ; * 1 tab == 4 spaces!
 ; */
diff --git a/portable/Renesas/RX700v3_DPFPU/portmacro.h b/portable/Renesas/RX700v3_DPFPU/portmacro.h
index b2702bb..18efdef 100644
--- a/portable/Renesas/RX700v3_DPFPU/portmacro.h
+++ b/portable/Renesas/RX700v3_DPFPU/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/Renesas/SH2A_FPU/ISR_Support.inc b/portable/Renesas/SH2A_FPU/ISR_Support.inc
index 724e3f0..976372f 100644
--- a/portable/Renesas/SH2A_FPU/ISR_Support.inc
+++ b/portable/Renesas/SH2A_FPU/ISR_Support.inc
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/Renesas/SH2A_FPU/port.c b/portable/Renesas/SH2A_FPU/port.c
index c156f2c..8263c8d 100644
--- a/portable/Renesas/SH2A_FPU/port.c
+++ b/portable/Renesas/SH2A_FPU/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Renesas/SH2A_FPU/portasm.src b/portable/Renesas/SH2A_FPU/portasm.src
index 52371d8..a6154b9 100644
--- a/portable/Renesas/SH2A_FPU/portasm.src
+++ b/portable/Renesas/SH2A_FPU/portasm.src
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/Renesas/SH2A_FPU/portmacro.h b/portable/Renesas/SH2A_FPU/portmacro.h
index f0b803c..a0e8cbe 100644
--- a/portable/Renesas/SH2A_FPU/portmacro.h
+++ b/portable/Renesas/SH2A_FPU/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Rowley/MSP430F449/port.c b/portable/Rowley/MSP430F449/port.c
index 798e2a1..9528eb5 100644
--- a/portable/Rowley/MSP430F449/port.c
+++ b/portable/Rowley/MSP430F449/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Rowley/MSP430F449/portasm.h b/portable/Rowley/MSP430F449/portasm.h
index 0fd15cd..cfca182 100644
--- a/portable/Rowley/MSP430F449/portasm.h
+++ b/portable/Rowley/MSP430F449/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Rowley/MSP430F449/portext.asm b/portable/Rowley/MSP430F449/portext.asm
index 4dbbc5a..cf51ddc 100644
--- a/portable/Rowley/MSP430F449/portext.asm
+++ b/portable/Rowley/MSP430F449/portext.asm
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Rowley/MSP430F449/portmacro.h b/portable/Rowley/MSP430F449/portmacro.h
index 42f1d86..631ba05 100644
--- a/portable/Rowley/MSP430F449/portmacro.h
+++ b/portable/Rowley/MSP430F449/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/SDCC/Cygnal/port.c b/portable/SDCC/Cygnal/port.c
index d53e473..0901add 100644
--- a/portable/SDCC/Cygnal/port.c
+++ b/portable/SDCC/Cygnal/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/SDCC/Cygnal/portmacro.h b/portable/SDCC/Cygnal/portmacro.h
index 978bcd2..9aa93fa 100644
--- a/portable/SDCC/Cygnal/portmacro.h
+++ b/portable/SDCC/Cygnal/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Softune/MB91460/port.c b/portable/Softune/MB91460/port.c
index 0f09f40..fe3ea7e 100644
--- a/portable/Softune/MB91460/port.c
+++ b/portable/Softune/MB91460/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Softune/MB91460/portmacro.h b/portable/Softune/MB91460/portmacro.h
index d6ef265..c9070a8 100644
--- a/portable/Softune/MB91460/portmacro.h
+++ b/portable/Softune/MB91460/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Softune/MB96340/port.c b/portable/Softune/MB96340/port.c
index f7cf2c8..1c620a7 100644
--- a/portable/Softune/MB96340/port.c
+++ b/portable/Softune/MB96340/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Softune/MB96340/portmacro.h b/portable/Softune/MB96340/portmacro.h
index 7b27f51..ace2518 100644
--- a/portable/Softune/MB96340/portmacro.h
+++ b/portable/Softune/MB96340/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/Tasking/ARM_CM4F/port.c b/portable/Tasking/ARM_CM4F/port.c
index e8e3dc3..5e11c9d 100644
--- a/portable/Tasking/ARM_CM4F/port.c
+++ b/portable/Tasking/ARM_CM4F/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

@@ -159,7 +159,7 @@
 BaseType_t xPortStartScheduler( void )

 {

     /* configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to 0.

-     * See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

+     * See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */

     configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY ) );

 

     /* Make PendSV and SysTick the lowest priority interrupts. */

diff --git a/portable/Tasking/ARM_CM4F/port_asm.asm b/portable/Tasking/ARM_CM4F/port_asm.asm
index aa873a2..36fe45e 100644
--- a/portable/Tasking/ARM_CM4F/port_asm.asm
+++ b/portable/Tasking/ARM_CM4F/port_asm.asm
@@ -19,8 +19,8 @@
 ; * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

 ; * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 ; *

-; * http://www.FreeRTOS.org

-; * http://aws.amazon.com/freertos

+; * https://www.FreeRTOS.org

+; * https://github.com/FreeRTOS

 ; *

 ; * 1 tab == 4 spaces!

 ; */

diff --git a/portable/Tasking/ARM_CM4F/portmacro.h b/portable/Tasking/ARM_CM4F/portmacro.h
index f15cc2b..1f0ea20 100644
--- a/portable/Tasking/ARM_CM4F/portmacro.h
+++ b/portable/Tasking/ARM_CM4F/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

@@ -99,7 +99,7 @@
 /*

  * Set basepri back to 0 without effective other registers.

  * r0 is clobbered.  FAQ:  Setting BASEPRI to 0 is not a bug.  Please see

- * http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html before disagreeing.

+ * https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html before disagreeing.

  */

     #define portCLEAR_INTERRUPT_MASK()    __set_BASEPRI( 0 )

 

diff --git a/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.c b/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.c
index 6c025ca..5f9f59f 100644
--- a/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.c
+++ b/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.h b/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.h
index 4ef9b8e..be55259 100644
--- a/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.h
+++ b/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/ThirdParty/GCC/ARC_EM_HS/arc_support.s b/portable/ThirdParty/GCC/ARC_EM_HS/arc_support.s
index 27aa5fe..12b90d6 100644
--- a/portable/ThirdParty/GCC/ARC_EM_HS/arc_support.s
+++ b/portable/ThirdParty/GCC/ARC_EM_HS/arc_support.s
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/ThirdParty/GCC/ARC_EM_HS/freertos_tls.c b/portable/ThirdParty/GCC/ARC_EM_HS/freertos_tls.c
index af8c826..8e15400 100644
--- a/portable/ThirdParty/GCC/ARC_EM_HS/freertos_tls.c
+++ b/portable/ThirdParty/GCC/ARC_EM_HS/freertos_tls.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/ThirdParty/GCC/ARC_EM_HS/port.c b/portable/ThirdParty/GCC/ARC_EM_HS/port.c
index a2605b0..8a58495 100644
--- a/portable/ThirdParty/GCC/ARC_EM_HS/port.c
+++ b/portable/ThirdParty/GCC/ARC_EM_HS/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/ThirdParty/GCC/ARC_EM_HS/portmacro.h b/portable/ThirdParty/GCC/ARC_EM_HS/portmacro.h
index d5b35a6..bd18d59 100644
--- a/portable/ThirdParty/GCC/ARC_EM_HS/portmacro.h
+++ b/portable/ThirdParty/GCC/ARC_EM_HS/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  */
 
diff --git a/portable/ThirdParty/GCC/ATmega/port.c b/portable/ThirdParty/GCC/ATmega/port.c
index e0bafd5..c6520e6 100644
--- a/portable/ThirdParty/GCC/ATmega/port.c
+++ b/portable/ThirdParty/GCC/ATmega/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/ThirdParty/GCC/ATmega/portmacro.h b/portable/ThirdParty/GCC/ATmega/portmacro.h
index b6b5128..5c240e8 100644
--- a/portable/ThirdParty/GCC/ATmega/portmacro.h
+++ b/portable/ThirdParty/GCC/ATmega/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
 */
diff --git a/portable/ThirdParty/GCC/Posix/port.c b/portable/ThirdParty/GCC/Posix/port.c
index a00ab17..7816608 100644
--- a/portable/ThirdParty/GCC/Posix/port.c
+++ b/portable/ThirdParty/GCC/Posix/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/ThirdParty/GCC/Posix/portmacro.h b/portable/ThirdParty/GCC/Posix/portmacro.h
index 8046cbc..026e0e4 100644
--- a/portable/ThirdParty/GCC/Posix/portmacro.h
+++ b/portable/ThirdParty/GCC/Posix/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * http://www.FreeRTOS.org
- * http://aws.amazon.com/freertos
+ * https://www.FreeRTOS.org
+ * https://github.com/FreeRTOS
  *
  * 1 tab == 4 spaces!
  */
diff --git a/portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h b/portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h
index 2321b17..95963b1 100644
--- a/portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h
+++ b/portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h
@@ -2,7 +2,7 @@
  *  FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

  *  All rights reserved

  *

- *  VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+ *  VISIT https://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

  *

  ***************************************************************************

  *                                                                       *

@@ -12,7 +12,7 @@
  *                                                                       *

  *    Help yourself get started quickly and support the FreeRTOS         *

  *    project by purchasing a FreeRTOS tutorial book, reference          *

- *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

+ *    manual, or both from: https://www.FreeRTOS.org/Documentation       *

  *                                                                       *

  *    Thank you!                                                         *

  *                                                                       *

@@ -40,14 +40,14 @@
  *    Having a problem?  Start by reading the FAQ "My application does   *

  *    not run, what could be wrong?"                                     *

  *                                                                       *

- *    http://www.FreeRTOS.org/FAQHelp.html                               *

+ *    https://www.FreeRTOS.org/FAQHelp.html                              *

  *                                                                       *

  ***************************************************************************

  *

- *  http://www.FreeRTOS.org - Documentation, books, training, latest versions,

+ *  https://www.FreeRTOS.org - Documentation, books, training, latest versions,

  *  license and Real Time Engineers Ltd. contact details.

  *

- *  http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

+ *  https://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

  *  including FreeRTOS+Trace - an indispensable productivity tool, a DOS

  *  compatible FAT file system, and our tiny thread aware UDP/IP stack.

  *

diff --git a/portable/ThirdParty/GCC/Xtensa_ESP32/port.c b/portable/ThirdParty/GCC/Xtensa_ESP32/port.c
index 272d205..2744bd0 100644
--- a/portable/ThirdParty/GCC/Xtensa_ESP32/port.c
+++ b/portable/ThirdParty/GCC/Xtensa_ESP32/port.c
@@ -2,7 +2,7 @@
  *  FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

  *  All rights reserved

  *

- *  VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+ *  VISIT https://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

  *

  *  This file is part of the FreeRTOS distribution.

  *

@@ -32,28 +32,28 @@
  *    Help yourself get started quickly while simultaneously helping     *

  *    to support the FreeRTOS project by purchasing a FreeRTOS           *

  *    tutorial book, reference manual, or both:                          *

- *    http://www.FreeRTOS.org/Documentation                              *

+ *    https://www.FreeRTOS.org/Documentation                             *

  *                                                                       *

  ***************************************************************************

  *

- *  http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

+ *  https://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

  *  the FAQ page "My application does not run, what could be wrong?".  Have you

  *  defined configASSERT()?

  *

- *  http://www.FreeRTOS.org/support - In return for receiving this top quality

+ *  https://www.FreeRTOS.org/support - In return for receiving this top quality

  *  embedded software for free we request you assist our global community by

  *  participating in the support forum.

  *

- *  http://www.FreeRTOS.org/training - Investing in training allows your team to

+ *  https://www.FreeRTOS.org/training - Investing in training allows your team to

  *  be as productive as possible as early as possible.  Now you can receive

  *  FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

  *  Ltd, and the world's leading authority on the world's leading RTOS.

  *

- *  http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

+ *  https://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

  *  including FreeRTOS+Trace - an indispensable productivity tool, a DOS

  *  compatible FAT file system, and our tiny thread aware UDP/IP stack.

  *

- *  http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+ *  https://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

  *  Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

  *

  *  http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High

diff --git a/portable/ThirdParty/XCC/Xtensa/port.c b/portable/ThirdParty/XCC/Xtensa/port.c
index c16dfed..0fb17a4 100644
--- a/portable/ThirdParty/XCC/Xtensa/port.c
+++ b/portable/ThirdParty/XCC/Xtensa/port.c
@@ -21,8 +21,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/ThirdParty/XCC/Xtensa/portmacro.h b/portable/ThirdParty/XCC/Xtensa/portmacro.h
index edf48aa..3a13c60 100644
--- a/portable/ThirdParty/XCC/Xtensa/portmacro.h
+++ b/portable/ThirdParty/XCC/Xtensa/portmacro.h
@@ -21,8 +21,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/WizC/PIC18/Drivers/Tick/Tick.c b/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 28902c7..f419ace 100644
--- a/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index e5eee6d..b68b7df 100644
--- a/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/WizC/PIC18/addFreeRTOS.h b/portable/WizC/PIC18/addFreeRTOS.h
index 8b2e7a5..592b78f 100644
--- a/portable/WizC/PIC18/addFreeRTOS.h
+++ b/portable/WizC/PIC18/addFreeRTOS.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/WizC/PIC18/port.c b/portable/WizC/PIC18/port.c
index a52fe73..fbce550 100644
--- a/portable/WizC/PIC18/port.c
+++ b/portable/WizC/PIC18/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/WizC/PIC18/portmacro.h b/portable/WizC/PIC18/portmacro.h
index 871fcd2..cb2f3ef 100644
--- a/portable/WizC/PIC18/portmacro.h
+++ b/portable/WizC/PIC18/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/oWatcom/16BitDOS/Flsh186/port.c b/portable/oWatcom/16BitDOS/Flsh186/port.c
index e419958..d3f1041 100644
--- a/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 75dbff0..ceb0397 100644
--- a/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/oWatcom/16BitDOS/PC/port.c b/portable/oWatcom/16BitDOS/PC/port.c
index c20ad7c..5ef1b69 100644
--- a/portable/oWatcom/16BitDOS/PC/port.c
+++ b/portable/oWatcom/16BitDOS/PC/port.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/oWatcom/16BitDOS/PC/portmacro.h b/portable/oWatcom/16BitDOS/PC/portmacro.h
index d65ed36..05c208f 100644
--- a/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/oWatcom/16BitDOS/common/portasm.h b/portable/oWatcom/16BitDOS/common/portasm.h
index 5a3f250..042b854 100644
--- a/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/portable/oWatcom/16BitDOS/common/portasm.h
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/oWatcom/16BitDOS/common/portcomn.c b/portable/oWatcom/16BitDOS/common/portcomn.c
index 5abca63..a52f91f 100644
--- a/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  * 1 tab == 4 spaces!

  */

diff --git a/portable/readme.txt b/portable/readme.txt
index b22b36b..af93a4b 100644
--- a/portable/readme.txt
+++ b/portable/readme.txt
@@ -4,7 +4,7 @@
 

 

 + The FreeRTOS/Source/Portable/MemMang directory contains the five sample

-memory allocators as described on the http://www.FreeRTOS.org WEB site.

+memory allocators as described on the https://www.FreeRTOS.org WEB site.

 

 + The other directories each contain files specific to a particular

 microcontroller or compiler, where the directory name denotes the compiler

diff --git a/queue.c b/queue.c
index c519c7b..e28be84 100644
--- a/queue.c
+++ b/queue.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/stream_buffer.c b/stream_buffer.c
index 79ef8f6..e2f44f8 100644
--- a/stream_buffer.c
+++ b/stream_buffer.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/tasks.c b/tasks.c
index 7af040d..68792a1 100644
--- a/tasks.c
+++ b/tasks.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */

 

diff --git a/timers.c b/timers.c
index 8d3dcf1..91e46bc 100644
--- a/timers.c
+++ b/timers.c
@@ -19,8 +19,8 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  *

- * http://www.FreeRTOS.org

- * http://aws.amazon.com/freertos

+ * https://www.FreeRTOS.org

+ * https://github.com/FreeRTOS

  *

  */