From 0a68230b87c87783308a1edc909bf221a41a98ca Mon Sep 17 00:00:00 2001 From: Abhinav Anil Date: Fri, 8 Dec 2023 15:36:30 +0530 Subject: [PATCH] [Fix] Broken Wiki link in faq (#15) --- pages/api/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api/constants.ts b/pages/api/constants.ts index ad690ae..96457cf 100644 --- a/pages/api/constants.ts +++ b/pages/api/constants.ts @@ -130,7 +130,7 @@ export const faqs: { question: string; answer: string[] }[] = [ question: 'My game is not working with Heroic. What should I do?', answer: [ `If you are having trouble running a game with Heroic, you can: - Check the general documentation for troubleshooting and workarounds at this link: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/wiki. This resource may contain information that can help you resolve your issue.`, + Check the general documentation for troubleshooting and workarounds at this link: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/wiki . This resource may contain information that can help you resolve your issue.`, `If you are unable to find a solution in the documentation, you can seek help on the Heroic Discord server at this link: https://discord.com/invite/rHJ2uqdquK . Other users and members of the Heroic team may be able to offer advice or assistance.`,