Skip to content

Commit 8d20e02

Browse files
authored
fix mdn link (#51)
1 parent 610644f commit 8d20e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/mdn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const mdn: Command = {
1818
const firstDocument = data.documents[0];
1919
return msg.channel.send([
2020
firstDocument.excerpt,
21-
`https://developer.mozilla.org/${firstDocument.slug}`,
21+
`https://developer.mozilla.org/en-US/docs/${firstDocument.slug}`,
2222
]);
2323
},
2424
};

0 commit comments

Comments
 (0)