Skip to content

Commit

Permalink
Fix broken link in README.md (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
theramjad authored Oct 12, 2024
1 parent f606b82 commit b9c77d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/speech-to-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b9c77d9

Please sign in to comment.