diff --git a/package.json b/package.json index bdfc1c6..14e4bab 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ }, "repository": { "type": "git", - "url": "https://github.com/vamshidhar199/Ctxlint.git" + "url": "https://github.com/ctxlint/Ctxlint.git" }, - "homepage": "https://github.com/vamshidhar199/Ctxlint#readme", + "homepage": "https://github.com/ctxlint/Ctxlint#readme", "bugs": { - "url": "https://github.com/vamshidhar199/Ctxlint/issues" + "url": "https://github.com/ctxlint/Ctxlint/issues" }, "scripts": { "test": "vitest run", diff --git a/src/reporter/sarif.js b/src/reporter/sarif.js index 6cc5d01..cdedf67 100644 --- a/src/reporter/sarif.js +++ b/src/reporter/sarif.js @@ -25,7 +25,7 @@ const RULE_METADATA = { 'token-budget': { name: 'TokenBudget', short: 'Token cost estimate and signal-to-noise ratio' }, }; -const HELP_URI = 'https://github.com/vamshidhar199/Ctxlint#what-it-checks'; +const HELP_URI = 'https://github.com/ctxlint/Ctxlint#what-it-checks'; // Accumulates results across multiple files — call reportSarif() once per file, // then flushSarif() at the end to emit the full SARIF document. @@ -81,7 +81,7 @@ export function flushSarif() { driver: { name: 'ctxlint', version, - informationUri: 'https://github.com/vamshidhar199/Ctxlint', + informationUri: 'https://github.com/ctxlint/Ctxlint', rules, }, },