From 23352c362c6b18af81e736897759d68d755dc947 Mon Sep 17 00:00:00 2001 From: victor <52110451+cs50victor@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:29:19 -0500 Subject: [PATCH] fix: fix facelandmark doc link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5003d7fe..f19da971 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ async def main(): ## Examples -- [Facelandmark](https://github.com/livekit/python-sdks/main/examples/face_landmark): Use mediapipe to detect face landmarks (eyes, nose ...) +- [Facelandmark](https://github.com/livekit/python-sdks/tree/main/examples/face_landmark): Use mediapipe to detect face landmarks (eyes, nose ...) - [Whisper](https://github.com/livekit/python-sdks/tree/main/examples/whisper): Transcribe an audio track using OpenAI whisper - [Basic room](https://github.com/livekit/python-sdks/blob/main/examples/basic_room.py): Connect to a room - [Publish hue](https://github.com/livekit/python-sdks/blob/main/examples/publish_hue.py): Publish a rainbow video track