From 1606bae3a4532a691731744870bcbe76ac1dfb98 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 15 Jul 2024 13:57:38 -0500 Subject: [PATCH 1/2] Fix link to shinylive examples --- docs/overview.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.qmd b/docs/overview.qmd index 424266c5..bfa778d0 100644 --- a/docs/overview.qmd +++ b/docs/overview.qmd @@ -539,7 +539,7 @@ shiny create -t dashboard ## Development workflow See the [workflow](install-create-run.qmd) section for more information developing Shiny apps locally. -Also keep in mind you can develop apps in the browser using the [playground](/playground). +Also keep in mind you can develop apps in the browser using the [playground](/examples). ::: From b3d93177d8d36862949cc2646c2871a48922523b Mon Sep 17 00:00:00 2001 From: Carson Sievert Date: Mon, 15 Jul 2024 14:33:06 -0500 Subject: [PATCH 2/2] Update docs/overview.qmd Co-authored-by: Garrick Aden-Buie --- docs/overview.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.qmd b/docs/overview.qmd index bfa778d0..fc236a77 100644 --- a/docs/overview.qmd +++ b/docs/overview.qmd @@ -539,7 +539,7 @@ shiny create -t dashboard ## Development workflow See the [workflow](install-create-run.qmd) section for more information developing Shiny apps locally. -Also keep in mind you can develop apps in the browser using the [playground](/examples). +Also keep in mind you can develop apps in the browser using the [playground](https://shinylive.io/py/examples/). :::