Skip to content

Commit

Permalink
[Fix] Broken Wiki link in faq (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasikuttan2163 authored Dec 8, 2023
1 parent c2a1579 commit 0a68230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,

Expand Down

0 comments on commit 0a68230

Please sign in to comment.