Skip to content

Commit 117e7e3

Browse files
committed
fix: rewrite links in comments
1 parent f645bd0 commit 117e7e3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/DeepgramClient.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { OnPremClient } from "./packages/OnPremClient";
88
* Deepgram Client.
99
*
1010
* An isomorphic Javascript client for interacting with the Deepgram API.
11-
* @see https://developers.deepgram.com
11+
* @see https://developers.deepgram.com/docs/js-sdk
1212
*/
1313
export default class DeepgramClient extends AbstractClient {
1414
get listen(): ListenClient {
@@ -25,8 +25,9 @@ export default class DeepgramClient extends AbstractClient {
2525

2626
/**
2727
* Major version fallback errors are below
28+
*
29+
* @see https://developers.deepgram.com/docs/js-sdk-v2-to-v3-migration-guide
2830
*/
29-
3031
get transcription(): any {
3132
throw new DeepgramVersionError();
3233
}

0 commit comments

Comments
 (0)