Skip to content

Commit 9aca638

Browse files
authored
chore: move module-replacements URLs (#204)
We moved the module-replacements repo to e18e now, so these links need updating.
1 parent c925507 commit 9aca638

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/analyze/replacements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function resolveUrl(url: KnownUrl): string {
2828
case 'node':
2929
return `https://nodejs.org/docs/latest/${url.id}`;
3030
case 'e18e':
31-
return `https://github.com/es-tooling/module-replacements/blob/main/docs/modules/${url.id}.md`;
31+
return `https://github.com/e18e/module-replacements/blob/main/docs/modules/${url.id}.md`;
3232
}
3333
}
3434

src/test/__snapshots__/custom-manifests.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`Custom Manifests > should handle invalid manifest files gracefully 1`]
55
exports[`Custom Manifests > should load and use custom manifest files 1`] = `
66
[
77
{
8-
"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.",
8+
"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.",
99
"score": 0,
1010
"severity": "warning",
1111
},
@@ -20,7 +20,7 @@ exports[`Custom Manifests > should load and use custom manifest files 1`] = `
2020
"severity": "warning",
2121
},
2222
{
23-
"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.",
23+
"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.",
2424
"score": 0,
2525
"severity": "warning",
2626
},
@@ -35,7 +35,7 @@ exports[`Custom Manifests > should load and use custom manifest files 1`] = `
3535
exports[`Custom Manifests > should load multiple manifest files 1`] = `
3636
[
3737
{
38-
"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.",
38+
"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.",
3939
"score": 0,
4040
"severity": "warning",
4141
},
@@ -50,7 +50,7 @@ exports[`Custom Manifests > should load multiple manifest files 1`] = `
5050
"severity": "warning",
5151
},
5252
{
53-
"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.",
53+
"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.",
5454
"score": 0,
5555
"severity": "warning",
5656
},
@@ -76,7 +76,7 @@ exports[`Custom Manifests > should prioritize custom replacements over built-in
7676
{
7777
"withCustom": [
7878
{
79-
"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.",
79+
"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.",
8080
"score": 0,
8181
"severity": "warning",
8282
},
@@ -91,7 +91,7 @@ exports[`Custom Manifests > should prioritize custom replacements over built-in
9191
"severity": "warning",
9292
},
9393
{
94-
"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.",
94+
"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.",
9595
"score": 0,
9696
"severity": "warning",
9797
},

0 commit comments

Comments
 (0)