diff --git a/src/modules/command-palette/command-palette.store.ts b/src/modules/command-palette/command-palette.store.ts index 9637f95d..9b8dd9cd 100644 --- a/src/modules/command-palette/command-palette.store.ts +++ b/src/modules/command-palette/command-palette.store.ts @@ -47,7 +47,7 @@ export const useCommandPaletteStore = defineStore('command-palette', () => { }, { name: 'Github repository', - href: 'https://github.com/CorentinTh/it-tools', + href: 'https://github.com/jmy126/it-tools', category: 'External', description: 'View the source code of it-tools on Github.', keywords: ['github', 'repo', 'repository', 'source', 'code'], @@ -56,7 +56,7 @@ export const useCommandPaletteStore = defineStore('command-palette', () => { { name: 'Report a bug or an issue', description: 'Report a bug or an issue to help improve it-tools.', - href: 'https://github.com/CorentinTh/it-tools/issues/new/choose', + href: 'https://github.com/jmy126/it-tools/issues/new/choose', category: 'Actions', keywords: ['report', 'issue', 'bug', 'problem', 'error'], icon: BugIcon,