File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ const emit = defineEmits<{
1616
1717const docUrl = computed (() => {
1818 if (props .replacement .type !== ' documented' || ! props .replacement .docPath ) return null
19- // TODO(serhalp): Once the e18e docs site is complete, link there instead
20- return ` https://github.com/es-tooling/module-replacements/blob/main/docs/modules/${props .replacement .docPath }.md `
19+ return ` https://e18e.dev/docs/replacements/${props .replacement .docPath }.html `
2120})
2221 </script >
2322
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const mdnUrl = computed(() => {
1212
1313const docPath = computed (() => {
1414 if (props .replacement .type !== ' documented' || ! props .replacement .docPath ) return null
15- return ` https://e18e.dev/docs/replacements/${props .replacement .docPath } `
15+ return ` https://e18e.dev/docs/replacements/${props .replacement .docPath }.html `
1616})
1717 </script >
1818
You can’t perform that action at this time.
0 commit comments