Skip to content

Commit 541a4a1

Browse files
committed
fix: update replacement docs URL to e18e.dev instead of source markdown file
1 parent eeeb6b6 commit 541a4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/Replacement.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const mdnUrl = computed(() => {
1212
1313
const docPath = computed(() => {
1414
if (props.replacement.type !== 'documented' || !props.replacement.docPath) return null
15-
return `https://github.com/es-tooling/module-replacements/blob/main/docs/modules/${props.replacement.docPath}.md`
15+
return `https://e18e.dev/docs/replacements/${props.replacement.docPath}`
1616
})
1717
</script>
1818

0 commit comments

Comments
 (0)