From eb8b464c31b84a4dab49026a4c5332144b4caea0 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Fri, 24 Nov 2023 12:00:52 -0600 Subject: [PATCH] updated onyx playgroundl ink --- www/news-articles/release-0.1.3.html | 2 +- www/templates/pages/docs/install.html | 2 +- www/templates/pages/homepage.html | 20 +------------------- www/templates/partials/navbar.html | 2 +- 4 files changed, 4 insertions(+), 22 deletions(-) diff --git a/www/news-articles/release-0.1.3.html b/www/news-articles/release-0.1.3.html index 12f129e..2f9f299 100644 --- a/www/news-articles/release-0.1.3.html +++ b/www/news-articles/release-0.1.3.html @@ -101,7 +101,7 @@ This feature is already integrated into the standard library to print stack trac

-Note, at the time of writing, there is no way to enable the --stack-trace compiler flag on the Onyx Playground. This will be addressed soon. +Note, at the time of writing, there is no way to enable the --stack-trace compiler flag on the Onyx Playground. This will be addressed soon.

diff --git a/www/templates/pages/docs/install.html b/www/templates/pages/docs/install.html index 75f7d63..ff492b6 100644 --- a/www/templates/pages/docs/install.html +++ b/www/templates/pages/docs/install.html @@ -24,7 +24,7 @@ It allows you learn the syntax from examples, without installing the language onto your system.

- Go to Playground + Go to Playground

diff --git a/www/templates/pages/homepage.html b/www/templates/pages/homepage.html index ba06ae0..7ecd25e 100644 --- a/www/templates/pages/homepage.html +++ b/www/templates/pages/homepage.html @@ -16,24 +16,6 @@ - -
$ # Install Onyx in one command
@@ -44,7 +26,7 @@
$ # Read the docs
$ curl onyxlang.io/docs
$ # Try Onyx in your browser
-
$ curl onyxlang.io/playground
+
$ curl try.onyxlang.io
diff --git a/www/templates/partials/navbar.html b/www/templates/partials/navbar.html index de6fae1..e434247 100644 --- a/www/templates/partials/navbar.html +++ b/www/templates/partials/navbar.html @@ -19,7 +19,7 @@
Home - Try Online + Try Online Docs News GitHub -- 2.25.1