Skip to content

Commit

Permalink
fix hyperlinks to the docs on diagnostics in the language server
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Sep 30, 2024
1 parent 0bc2989 commit b4e6171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import version from './version.json';

export const toolName = 'basedpyright';

export const website = `https://basedpyright.com/v${version}`;
export const website = `https://docs.basedpyright.com/v${version}`;

0 comments on commit b4e6171

Please sign in to comment.