Skip to content

Commit 72f8fce

Browse files
committed
fix: point /l/discord at discord.com to skip a redirect
1 parent c53e625 commit 72f8fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const linkMap: Record<string, string> = {
22
contact: "https://zealdocs.org/contact.html",
33
download: "https://zealdocs.org/download.html",
44

5-
discord: "https://discord.gg/KKX6HNH",
5+
discord: "https://discord.com/invite/KKX6HNH",
66
github: "https://github.com/zealdocs/zeal",
77
gitter: "https://gitter.im/zealdocs/zeal",
88
twitter: "https://twitter.com/zealdocs",

0 commit comments

Comments
 (0)