Skip to content

Commit 6422b11

Browse files
committed
wip
1 parent 59ac18c commit 6422b11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/Package/Replacement.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const resolveUrl = (url?: KnownUrl) => {
1111
1212
switch (url.type) {
1313
case 'mdn':
14+
return `https://developer.mozilla.org/en-US/docs/${url.id}`
1415
case 'node':
1516
return `https://nodejs.org/${url.id}`
1617
case 'e18e':

0 commit comments

Comments
 (0)