Fix some broken/redirected URL (#172)
* Style: fix some broken/redirect links
* Fix: atmel url
* Fix microchip typo
* Fix url links
* Fix shortcut link
* Comment: fix line wrapping
* Style: fix line wrapping to 80 chars
* Add now microchip beside Atmel
* Fix link in History
* Add Now Microchip before Atmel link
* Comment: add *
diff --git a/include/queue.h b/include/queue.h
index d2ea2ae..7382875 100644
--- a/include/queue.h
+++ b/include/queue.h
@@ -1572,7 +1572,7 @@
* or semaphores contained in the set is in a state where a queue read or
* semaphore take operation would be successful.
*
- * Note 1: See the documentation on http://wwwFreeRTOS.org/RTOS-queue-sets.html
+ * Note 1: See the documentation on https://www.FreeRTOS.org/RTOS-queue-sets.html
* for reasons why queue sets are very rarely needed in practice as there are
* simpler methods of blocking on multiple objects.
*
@@ -1663,7 +1663,7 @@
* See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this
* function.
*
- * Note 1: See the documentation on http://wwwFreeRTOS.org/RTOS-queue-sets.html
+ * Note 1: See the documentation on https://www.FreeRTOS.org/RTOS-queue-sets.html
* for reasons why queue sets are very rarely needed in practice as there are
* simpler methods of blocking on multiple objects.
*