Jelajahi Sumber

updated the github links displayed in the Terminal welcome message

Karan Parmar 1 tahun lalu
induk
melakukan
cc45a08388
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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 = {
 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) => {
 export const launchPuterShell = async (ctx) => {