From cc45a08388e460f4c30961de4db47675227b8f0d Mon Sep 17 00:00:00 2001 From: Karan Parmar Date: Sun, 19 May 2024 11:39:21 +0530 Subject: [PATCH] updated the github links displayed in the Terminal welcome message --- packages/phoenix/src/puter-shell/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/phoenix/src/puter-shell/main.js b/packages/phoenix/src/puter-shell/main.js index f0e85f6d..87f95f93 100644 --- a/packages/phoenix/src/puter-shell/main.js +++ b/packages/phoenix/src/puter-shell/main.js @@ -45,8 +45,8 @@ const decorator_registry = { }; const GH_LINK = { - 'terminal': 'https://github.com/HeyPuter/terminal', - 'phoenix': 'https://github.com/HeyPuter/phoenix', + 'terminal': 'https://github.com/HeyPuter/puter/tree/main/packages/terminal', + 'phoenix': 'https://github.com/HeyPuter/puter/tree/main/packages/phoenix', }; export const launchPuterShell = async (ctx) => {