From 6172cb9f9af648cc0c29be034fcc4e3d048c0d5a Mon Sep 17 00:00:00 2001 From: Florens Verschelde Date: Mon, 13 Jun 2022 18:22:20 +0200 Subject: [PATCH] fix(examples): incorrect StackBlitz demo URLs (#3584) --- examples/basics/README.md | 2 +- examples/integrations-playground/README.md | 6 +++--- examples/subpath/README.md | 2 +- examples/with-markdown-shiki/README.md | 2 +- examples/with-vite-plugin-pwa/README.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/basics/README.md b/examples/basics/README.md index b0a937d0a..ccbd39d5d 100644 --- a/examples/basics/README.md +++ b/examples/basics/README.md @@ -1,6 +1,6 @@ # Welcome to [Astro](https://astro.build) -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/starter) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics) > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/integrations-playground/README.md b/examples/integrations-playground/README.md index 0910d4b88..bcbad42d4 100644 --- a/examples/integrations-playground/README.md +++ b/examples/integrations-playground/README.md @@ -1,7 +1,7 @@ -# Integration Playground +# Integrations Playground ``` -npm init astro -- --template integration-playground +npm init astro -- --template integrations-playground ``` -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/integration-playground) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/integrations-playground) diff --git a/examples/subpath/README.md b/examples/subpath/README.md index 5a012ed0f..36a1b0050 100644 --- a/examples/subpath/README.md +++ b/examples/subpath/README.md @@ -4,7 +4,7 @@ npm init astro -- --template subpath ``` -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/subpath) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/subpath?initialPath=/blog/) > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/with-markdown-shiki/README.md b/examples/with-markdown-shiki/README.md index d902a2589..5b744b15d 100644 --- a/examples/with-markdown-shiki/README.md +++ b/examples/with-markdown-shiki/README.md @@ -4,7 +4,7 @@ npm init astro -- --template with-markdown-shiki ``` -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown-shiki) This example showcases Astro's [built-in Markdown support](https://docs.astro.build/en/guides/markdown-content/). diff --git a/examples/with-vite-plugin-pwa/README.md b/examples/with-vite-plugin-pwa/README.md index f25047ecb..4a726dd44 100644 --- a/examples/with-vite-plugin-pwa/README.md +++ b/examples/with-vite-plugin-pwa/README.md @@ -4,7 +4,7 @@ npm init astro -- --template with-vite-plugin-pwa ``` -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-vite-plugin-pwa) > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!