Skip to content

Commit 55506be

Browse files
committed
fix: update replacement documentation URL to use e18e.dev
1 parent 9081e3b commit 55506be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/providers/diagnostics/rules/replacement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function getMdnUrl(path: string): string {
88
}
99

1010
function getReplacementsDocUrl(path: string): string {
11-
return `https://github.com/es-tooling/module-replacements/blob/main/docs/modules/${path}.md`
11+
return `https://e18e.dev/docs/replacements/${path}.html`
1212
}
1313

1414
/**

0 commit comments

Comments
 (0)