We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e18e.dev
1 parent 9081e3b commit 55506beCopy full SHA for 55506be
1 file changed
src/providers/diagnostics/rules/replacement.ts
@@ -8,7 +8,7 @@ function getMdnUrl(path: string): string {
8
}
9
10
function getReplacementsDocUrl(path: string): string {
11
- return `https://github.com/es-tooling/module-replacements/blob/main/docs/modules/${path}.md`
+ return `https://e18e.dev/docs/replacements/${path}.html`
12
13
14
/**
0 commit comments