Prechádzať zdrojové kódy

Bump links on the main WebVM landing page

Alessandro Pignotti 8 mesiacov pred
rodič
commit
239376dcef
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 4 2
      src/lib/messages.js

+ 4 - 2
src/lib/messages.js

@@ -12,9 +12,11 @@ export const introMessage = [
 	"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based  |",
 	"| file system, and a Linux syscall emulator                                   |",
 	"|                                                                             |",
-	"| Your own WebVM with custom images via Dockerfile:                           |",
+	"| [News] WebVM 2.0: A complete Linux Desktop Environment in the browser:      |",
 	"|                                                                             |",
-	"| " + underline + "https://leaningtech.com/mini-webvm-your-linux-box-from-dockerfile-via-wasm" + normal +"  |",
+	"| " + underline + "https://labs.leaningtech.com/blog/webvm-20" + normal + "                                  |",
+	"|                                                                             |",
+	"| Try out the new Alpine / Xorg / i3 WebVM: " + underline + "https://webvm.io/alpine.html" + normal + "       |",
 	"|                                                                             |",
 	"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
 	"",