Skip to content

Commit b561850

Browse files
authored
Merge pull request #12 from microROS/feature/nuttx_logo_fix
Fix NuttX logo url
2 parents 019b702 + 4de2029 commit b561850

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)