diff --git a/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx b/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx index e9e41181..cac72cf2 100644 --- a/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx +++ b/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx @@ -10,7 +10,7 @@ const useStyles = makeStyles((theme) => ({ })); const GITHUB_ISSUE_URL = - "https://github.com/UnstoppableSwap/unstoppableswap-gui/issues/new/choose"; + "https://github.com/UnstoppableSwap/core/issues/new/choose"; const MATRIX_ROOM_URL = "https://matrix.to/#/#unstoppableswap:matrix.org"; export const DISCORD_URL = "https://discord.gg/aqSyyJ35UW";