Skip to content

Commit 4de2029

Browse files
committed
Fix NuttX logo url
1 parent 019b702 commit 4de2029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs/rtos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Due to the benefits explained in the introduction, micro-ROS integrates RTOS in
2020

2121
[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).
2222

23-
![NuttX_logo](https://upload.wikimedia.org/wikipedia/en/b/b0/NuttX_logo.png)
23+
![NuttX_logo](https://upload.wikimedia.org/wikipedia/commons/b/b0/NuttX_logo.png)
2424

2525

2626
## Supported development boards

0 commit comments

Comments
 (0)