Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralfred gedeon <alfred2g@hotmail.com>2020-08-21 00:59:28 +0300
committerGitHub <noreply@github.com>2020-08-21 00:59:28 +0300
commit0b0a2060c0f40a561f97ad7bfbf35d983c33a686 (patch)
tree42078dd534e8c6cba73a779fcb2e6fa185e66e16 /queue.c
parent10a0b1e54bd8518724bcf43e2b29eb93b3e14fd5 (diff)
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>
Diffstat (limited to 'queue.c')
-rw-r--r--queue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/queue.c b/queue.c
index c519c7bb0..e28be8484 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
*
*/