Skip to content

Commit 21ee15b

Browse files
romainreigniersloretz
authored andcommitted
Fix broken github link in realtime_background (#162)
1 parent 9d971dd commit 21ee15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/120_realtime_background.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ If there are processes with non-deterministic blocking behavior running in the s
290290

291291
A more precise way to measure the scheduling jitter in a program is to instrument the periodic real-time update loop of existing code to record scheduling jitter.
292292

293-
A proposed header for a minimal library for real-time code instrumentation can be found here: [rttest.h](https://github.com/jacquelinekay/rttest/blob/master/include/rttest/rttest.h).
293+
A proposed header for a minimal library for real-time code instrumentation can be found here: [rttest.h](https://github.com/ros2/realtime_support/blob/master/rttest/include/rttest/rttest.h).
294294

295295
### Pagefaults
296296

0 commit comments

Comments
 (0)