Skip to content

Commit 2887e93

Browse files
authored
Fix link to live audio transcription quickstart which previous linked to the Go documentation (#484)
1 parent d3bb649 commit 2887e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ print(f"response: {response}\n\n")
9494

9595
### Live Audio Transcription Quickstart
9696

97-
You can find a [walkthrough](https://developers.deepgram.com/docs/live-streaming-audio-transcription) on our documentation site. Transcribing Live Audio can be done using the following sample code:
97+
You can find a [walkthrough](https://developers.deepgram.com/docs/python-sdk-streaming-transcription) on our documentation site. Transcribing Live Audio can be done using the following sample code:
9898

9999
```python
100100
deepgram: DeepgramClient = DeepgramClient()

0 commit comments

Comments
 (0)