Skip to content

Commit

Permalink
fix: rewrite links in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Jan 30, 2024
1 parent f645bd0 commit 117e7e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/DeepgramClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { OnPremClient } from "./packages/OnPremClient";
* Deepgram Client.
*
* An isomorphic Javascript client for interacting with the Deepgram API.
* @see https://developers.deepgram.com
* @see https://developers.deepgram.com/docs/js-sdk
*/
export default class DeepgramClient extends AbstractClient {
get listen(): ListenClient {
Expand All @@ -25,8 +25,9 @@ export default class DeepgramClient extends AbstractClient {

/**
* Major version fallback errors are below
*
* @see https://developers.deepgram.com/docs/js-sdk-v2-to-v3-migration-guide
*/

get transcription(): any {
throw new DeepgramVersionError();
}
Expand Down

0 comments on commit 117e7e3

Please sign in to comment.