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.
1 parent 091e7e4 commit 80e8db3Copy full SHA for 80e8db3
app/components/Package/Replacement.vue
@@ -12,7 +12,7 @@ const mdnUrl = computed(() => {
12
13
const docPath = computed(() => {
14
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`
+ return `https://e18e.dev/docs/replacements/${props.replacement.docPath}`
16
})
17
</script>
18
0 commit comments