Explorar el Código

updated the github links displayed in the Terminal welcome message

Karan Parmar hace 1 año
padre
commit
cc45a08388
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/phoenix/src/puter-shell/main.js

+ 2 - 2
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) => {