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 610644f commit 8d20e02Copy full SHA for 8d20e02
src/commands/mdn.ts
@@ -18,7 +18,7 @@ const mdn: Command = {
18
const firstDocument = data.documents[0];
19
return msg.channel.send([
20
firstDocument.excerpt,
21
- `https://developer.mozilla.org/${firstDocument.slug}`,
+ `https://developer.mozilla.org/en-US/docs/${firstDocument.slug}`,
22
]);
23
},
24
};
0 commit comments