README: Fix broken section link (MR 17)

This commit is contained in:
FeRD (Frank Dana)
2022-06-03 23:40:43 +00:00
committed by Martijn Braam
parent 899748df46
commit cd4ecdd964

View File

@@ -344,7 +344,7 @@ This `get_frame()` function is where the magic happens: it will call
then call `process_image()` to process it. then call `process_image()` to process it.
> NOTE: As explained at the end of the [Linux video subsystem > NOTE: As explained at the end of the [Linux video subsystem
> section](linux-video-subsystem), it is a bit more complex than that (that's > section](#linux-video-subsystem), it is a bit more complex than that (that's
> why you will find a `ioctl()` instead of a `read()` inside `read_frame()`), > why you will find a `ioctl()` instead of a `read()` inside `read_frame()`),
> but for all purposes, you can ignore this fact. > but for all purposes, you can ignore this fact.