Skip to content

Commit ad73e1b

Browse files
authored
Update Intro.md (#2414)
Fix broken link to RTOS fundamentals page
1 parent 0fabfe9 commit ad73e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/code/Intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page is meant to guide you through the source code, so you can find the rel
77
Infinitime is based on FreeRTOS, a real-time operating system.
88
FreeRTOS provides several quality of life abstractions (for example easy software timers)
99
and most importantly supports multiple tasks.
10-
If you want to read up on real-time operating systems, you can look [here](https://www.freertos.org/implementation/a00002.html) and [here](https://www.freertos.org/features.html).
10+
If you want to read up on real-time operating systems, you can look [here](https://www.freertos.org/Documentation/01-FreeRTOS-quick-start/01-Beginners-guide/01-RTOS-fundamentals) and [here](https://www.freertos.org/features.html).
1111
The main "process" creates at least one task and then starts the FreeRTOS task scheduler.
1212
This main "process" is the standard main() function inside [main.cpp](/src/main.cpp).
1313
The task scheduler is responsible for giving every task enough cpu time.

0 commit comments

Comments
 (0)