diff --git a/src/analyze/replacements.ts b/src/analyze/replacements.ts index ddba215..7c40c49 100644 --- a/src/analyze/replacements.ts +++ b/src/analyze/replacements.ts @@ -28,7 +28,7 @@ export function resolveUrl(url: KnownUrl): string { case 'node': return `https://nodejs.org/docs/latest/${url.id}`; case 'e18e': - return `https://github.com/es-tooling/module-replacements/blob/main/docs/modules/${url.id}.md`; + return `https://github.com/e18e/module-replacements/blob/main/docs/modules/${url.id}.md`; } } diff --git a/src/test/__snapshots__/custom-manifests.test.ts.snap b/src/test/__snapshots__/custom-manifests.test.ts.snap index 6eef940..f59f8c9 100644 --- a/src/test/__snapshots__/custom-manifests.test.ts.snap +++ b/src/test/__snapshots__/custom-manifests.test.ts.snap @@ -5,7 +5,7 @@ exports[`Custom Manifests > should handle invalid manifest files gracefully 1`] exports[`Custom Manifests > should load and use custom manifest files 1`] = ` [ { - "message": "Module "@e18e/fake-0" can be replaced with inline native syntax. Use picocolors, kleur, or native console styling. See more at https://github.com/es-tooling/module-replacements/blob/main/docs/modules/fake-0.md.", + "message": "Module "@e18e/fake-0" can be replaced with inline native syntax. Use picocolors, kleur, or native console styling. See more at https://github.com/e18e/module-replacements/blob/main/docs/modules/fake-0.md.", "score": 0, "severity": "warning", }, @@ -20,7 +20,7 @@ exports[`Custom Manifests > should load and use custom manifest files 1`] = ` "severity": "warning", }, { - "message": "Module "@e18e/fake-3" can be replaced with a more performant alternative. See more at https://github.com/es-tooling/module-replacements/blob/main/docs/modules/request-alternatives.md.", + "message": "Module "@e18e/fake-3" can be replaced with a more performant alternative. See more at https://github.com/e18e/module-replacements/blob/main/docs/modules/request-alternatives.md.", "score": 0, "severity": "warning", }, @@ -35,7 +35,7 @@ exports[`Custom Manifests > should load and use custom manifest files 1`] = ` exports[`Custom Manifests > should load multiple manifest files 1`] = ` [ { - "message": "Module "@e18e/fake-0" can be replaced with inline native syntax. Use picocolors, kleur, or native console styling. See more at https://github.com/es-tooling/module-replacements/blob/main/docs/modules/fake-0.md.", + "message": "Module "@e18e/fake-0" can be replaced with inline native syntax. Use picocolors, kleur, or native console styling. See more at https://github.com/e18e/module-replacements/blob/main/docs/modules/fake-0.md.", "score": 0, "severity": "warning", }, @@ -50,7 +50,7 @@ exports[`Custom Manifests > should load multiple manifest files 1`] = ` "severity": "warning", }, { - "message": "Module "@e18e/fake-3" can be replaced with a more performant alternative. See more at https://github.com/es-tooling/module-replacements/blob/main/docs/modules/request-alternatives.md.", + "message": "Module "@e18e/fake-3" can be replaced with a more performant alternative. See more at https://github.com/e18e/module-replacements/blob/main/docs/modules/request-alternatives.md.", "score": 0, "severity": "warning", }, @@ -76,7 +76,7 @@ exports[`Custom Manifests > should prioritize custom replacements over built-in { "withCustom": [ { - "message": "Module "@e18e/fake-0" can be replaced with inline native syntax. Use picocolors, kleur, or native console styling. See more at https://github.com/es-tooling/module-replacements/blob/main/docs/modules/fake-0.md.", + "message": "Module "@e18e/fake-0" can be replaced with inline native syntax. Use picocolors, kleur, or native console styling. See more at https://github.com/e18e/module-replacements/blob/main/docs/modules/fake-0.md.", "score": 0, "severity": "warning", }, @@ -91,7 +91,7 @@ exports[`Custom Manifests > should prioritize custom replacements over built-in "severity": "warning", }, { - "message": "Module "@e18e/fake-3" can be replaced with a more performant alternative. See more at https://github.com/es-tooling/module-replacements/blob/main/docs/modules/request-alternatives.md.", + "message": "Module "@e18e/fake-3" can be replaced with a more performant alternative. See more at https://github.com/e18e/module-replacements/blob/main/docs/modules/request-alternatives.md.", "score": 0, "severity": "warning", },