From b9c77d964f259c5c6f86154191431309bf3d8bff Mon Sep 17 00:00:00 2001 From: Ray Amjad <52879239+theramjad@users.noreply.github.com> Date: Sat, 12 Oct 2024 09:24:45 -0700 Subject: [PATCH] Fix broken link in README.md (#904) --- examples/speech-to-text/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/speech-to-text/README.md b/examples/speech-to-text/README.md index f468b601c..d1ab3cdaf 100644 --- a/examples/speech-to-text/README.md +++ b/examples/speech-to-text/README.md @@ -8,7 +8,7 @@ It uses Deepgram's STT API, but supports other STT plugins by changing this line stt = deepgram.STT() ``` -To render the transcriptions into your client application, refer to the [full documentation](https://docs.livekit.io/agents/build/transcriptions). +To render the transcriptions into your client application, refer to the [full documentation](https://docs.livekit.io/agents/voice-agent/transcriptions/). ## Running the example