Skip to content

Commit

Permalink
chore: update help page links
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Jan 14, 2023
1 parent 6272ce8 commit 46c2db2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions preferences-src/src/components/pages/Help.vue
Expand Up @@ -32,14 +32,14 @@ export default {
{
icon: 'fa-github',
label: 'Troubleshooting',
text: 'Report a bug or ask a question on Github',
url: 'https://github.com/Ulauncher/Ulauncher/issues'
text: 'List of common problems and workarounds',
url: 'https://github.com/Ulauncher/Ulauncher/discussions/991'
},
{
icon: 'fa-twitter',
label: 'Follow on Twitter',
text: 'Follow UlauncherApp on Twitter to get the latest updates and news',
url: 'https://twitter.com/UlauncherApp'
icon: 'fa-github',
label: 'Discussions',
text: 'Discussion page on Github, for questions and help',
url: 'https://github.com/Ulauncher/Ulauncher/discussions/'
}
]
}
Expand Down

0 comments on commit 46c2db2

Please sign in to comment.