Skip to content

Commit 80e8db3

Browse files
authored
fix: update replacement "Learn more" link to e18e docs (#1225)
1 parent 091e7e4 commit 80e8db3

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)