mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
updated the github links displayed in the Terminal welcome message
This commit is contained in:
parent
8cca067991
commit
cc45a08388
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user