updated the github links displayed in the Terminal welcome message

This commit is contained in:
Karan Parmar 2024-05-19 11:39:21 +05:30 committed by Sam Atkins
parent 8cca067991
commit cc45a08388

View File

@ -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) => {