From cd4ecdd964114da1b478e05d581f2145180cb900 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Fri, 3 Jun 2022 23:40:43 +0000 Subject: [PATCH] README: Fix broken section link (MR 17) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bda179..dabc1ee 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ This `get_frame()` function is where the magic happens: it will call then call `process_image()` to process it. > 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()`), > but for all purposes, you can ignore this fact.