updated onyx playgroundl ink
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 24 Nov 2023 18:00:52 +0000 (12:00 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 24 Nov 2023 18:00:52 +0000 (12:00 -0600)
www/news-articles/release-0.1.3.html
www/templates/pages/docs/install.html
www/templates/pages/homepage.html
www/templates/partials/navbar.html

index 12f129e5a11ee1174560796acbd6035c9cd5bcb5..2f9f299a64f2893c208743af37fa88e4def11ce8 100644 (file)
@@ -101,7 +101,7 @@ This feature is already integrated into the standard library to print stack trac
 </p>
 
 <p>
-Note, at the time of writing, there is no way to enable the <code>--stack-trace</code> compiler flag on the <a href="https://onyxlang.io/playground">Onyx Playground</a>. This will be addressed soon.
+Note, at the time of writing, there is no way to enable the <code>--stack-trace</code> compiler flag on the <a href="https://try.onyxlang.io/">Onyx Playground</a>. This will be addressed soon.
 </p>
 
 
index 75f7d63b6847640bf1341d16adb2d2ccc6dfd3e5..ff492b62b85188ed384f1f3b81fedac9a27f5891 100644 (file)
@@ -24,7 +24,7 @@
         It allows you learn the syntax from examples, without installing the language onto your system.
     </p>
     <p>
-        <a class="link-button" href="/playground/">Go to Playground</a>
+        <a class="link-button" href="https://try.onyxlang.io/">Go to Playground</a>
     </p>
 </div>
 
index ba06ae0f87763ac21c15d72cca774c81fc47583a..7ecd25ee9ddae8f64afe1996f76d8510946d6960 100644 (file)
         </div>
     </div>
 
-    <!--<div style="text-align: center;">
-        <div style="margin-bottom: 26px">
-            Install in one command, or build <a href="/docs/install">from source</a>.
-        </div>
-        <div>
-            <span style="font-size: 16pt; font-family: monospace; padding: 20px; color: var(--header-text); background: var(--primary); border-radius: 8px; box-shadow: 0px 1px 12px 2px rgba(200, 200, 230, 0.4)">
-                sh&nbsp;&lt;(curl&nbsp;https://get.onyxlang.io&nbsp;-sSfL)
-            </span>
-        </div>
-        <div style="margin-top: 40px">
-            Alternatively, try Onyx online and read the docs!
-        </div>
-        <div style="margin-top: 26px; display: flex; flex-direction: row; gap: 40px;">
-            <a class="cta-button" href="/playground">TRY ONLINE</a>
-            <a class="cta-button" href="/docs">READ THE DOCS</a>
-        </div>
-    </div>-->
-
     <div class="container card" id="install-card">
         <div style="font-size: 14pt; font-family: fira; padding: 20px;">
             <div><span style="color: #444;">$</span> <span style="font-style: italic; color: #99a;"># Install Onyx in one command</span></div>
@@ -44,7 +26,7 @@
             <div><span style="color: #444;">$</span> <span style="font-style: italic; color: #99a;"># Read the docs</span></div>
             <div><span style="color: #444;">$</span> <span style="color: var(--accent)">curl</span> <a style="text-decoration: underline" href="/docs">onyxlang.io/docs</a></div>
             <div><span style="color: #444;">$</span> <span style="font-style: italic; color: #99a;"># Try Onyx in your browser</span></div>
-            <div><span style="color: #444;">$</span> <span style="color: var(--accent)">curl</span> <a style="text-decoration: underline" href="/playground">onyxlang.io/playground</a></div>
+            <div><span style="color: #444;">$</span> <span style="color: var(--accent)">curl</span> <a style="text-decoration: underline" href="https://try.onyxlang.io/">try.onyxlang.io</a></div>
         </div>
     </div>
 </div>
index de6fae1529ce9982318bc0686affb1c94fff8ce0..e434247ad5593b52e592d0e38c68eaa844d42138 100644 (file)
@@ -19,7 +19,7 @@
 
         <div>
             <a href="/"><span {{ if navbar_page == "home" }} class="active" {{ endif }}>Home</span></a>
-            <a target="_blank" href="/playground/"><span>Try Online</span></a>
+            <a target="_blank" href="https://try.onyxlang.io"><span>Try Online</span></a>
             <a href="/docs"><span {{ if navbar_page == "docs" }} class="active" {{ endif }}>Docs</span></a>
             <a href="/news"><span {{ if navbar_page == "news" }} class="active" {{ endif }}>News</span></a>
             <a href="https://github.com/onyx-lang/onyx" target="_blank"><span>GitHub</span></a>