소스 검색

README: Fix broken section link (MR 17)

FeRD (Frank Dana) 3 년 전
부모
커밋
cd4ecdd964
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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.