From 4de20298be527a2feba74f6d353fe756394ed65f Mon Sep 17 00:00:00 2001 From: imuguruza Date: Fri, 1 Mar 2019 08:59:26 +0100 Subject: [PATCH] Fix NuttX logo url --- _docs/rtos/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/rtos/index.md b/_docs/rtos/index.md index f1cb2434..58716b6e 100644 --- a/_docs/rtos/index.md +++ b/_docs/rtos/index.md @@ -20,7 +20,7 @@ Due to the benefits explained in the introduction, micro-ROS integrates RTOS in [NuttX](http://www.nuttx.org/) is a RTOS that emphasizes its compliance with standards (such us POSIX) and small footprint, it can be fit in 8 to 32 bit microcontrollers. The use of POSIX and ANSI standards, together with the mimic it does to UNIX APIs, makes it friendly to the developers that are used to Linux. The RTOS is licensed under BSD license and makes use of GNU toolchain. In order to obtain more information, please visit [NuttX overview page](http://nuttx.org/Documentation/NuttX.html#overview). -![NuttX_logo](https://upload.wikimedia.org/wikipedia/en/b/b0/NuttX_logo.png) +![NuttX_logo](https://upload.wikimedia.org/wikipedia/commons/b/b0/NuttX_logo.png) ## Supported development boards