diff --git a/js/terminal.js b/js/terminal.js index 28c7de1..07c0206 100644 --- a/js/terminal.js +++ b/js/terminal.js @@ -167,7 +167,7 @@ `https://system.doughmination.co.uk/api/member/${encodeURIComponent(who)}` ); if (response.status === 200) { - window.open(`https://system.doughmination.co.uk/member/${encodeURIComponent(who)}`, "_blank"); + window.open(`https://system.doughmination.co.uk/${encodeURIComponent(who)}`, "_blank"); return { text: `Opening ${who}'s profile...` }; } if (response.status === 404) {