diff --git a/index.html b/index.html index d3953fc..2a64fa7 100644 --- a/index.html +++ b/index.html @@ -141,8 +141,8 @@
  • - -
    About
    +
    +
    Discord
  • @@ -196,11 +196,10 @@ " ", " TO BE ADDED: Minimal Tailscale/network info plus click on 'Login' ", " ", - " Latest article: " + underline + "https://medium.com/p/40a60170b361" + normal + " ", - " Repository: " + underline + "https://github.com/leaningtech/webvm" + normal + " ", - " Discord: " + underline + "https://medium.com/p/40a60170b361" + normal + " ", - " Twitter: " + underline + "https://medium.com/p/40a60170b361" + normal + " ", - " About us: " + underline + "https://medium.com/p/40a60170b361" + normal + " ", + " Latest article: " + underline + "https://medium.com/p/40a60170b361" + normal + " ", + " Repository: " + underline + "https://github.com/leaningtech/webvm" + normal + " ", + " Discord: " + underline + "https://discord.leaningtech.com" + normal + " ", + " Twitter: " + underline + "https://twitter.com/leaningtech" + normal + " ", "", "", " Welcome to WebVM (build CX_VERSION). If unsure, try these examples:", @@ -357,6 +356,12 @@ term.registerLinkMatcher(/https:\/\/medium\.com\/p\/40a60170b361/, function(mouseEvent, matchedString) { window.open(matchedString, "_blank") }); + term.registerLinkMatcher(/https:\/\/github.com\/leaningtech\/webvm/, function(mouseEvent, matchedString) { + window.open(matchedString, "_blank") + }); + term.registerLinkMatcher(/https:\/\/discord.leaningtech.com/, function(mouseEvent, matchedString) { + window.open(matchedString, "_blank") + }); console.log("Welcome. We appreciate curiosity, but be warned that keeping the DevTools open causes significant performance degradation and crashes."); } initialMessage();