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 59ac18c commit 6422b11Copy full SHA for 6422b11
1 file changed
app/components/Package/Replacement.vue
@@ -11,6 +11,7 @@ const resolveUrl = (url?: KnownUrl) => {
11
12
switch (url.type) {
13
case 'mdn':
14
+ return `https://developer.mozilla.org/en-US/docs/${url.id}`
15
case 'node':
16
return `https://nodejs.org/${url.id}`
17
case 'e18e':
0 commit comments