diff options
author | 2022-06-13 18:22:20 +0200 | |
---|---|---|
committer | 2022-06-13 12:22:20 -0400 | |
commit | 6172cb9f9af648cc0c29be034fcc4e3d048c0d5a (patch) | |
tree | a43e929c9bb4a5bd3c16f5d73918296e0f1a8731 | |
parent | 2a798cc926ec50bdb79f53498d4e43db68cf571f (diff) | |
download | astro-6172cb9f9af648cc0c29be034fcc4e3d048c0d5a.tar.gz astro-6172cb9f9af648cc0c29be034fcc4e3d048c0d5a.tar.zst astro-6172cb9f9af648cc0c29be034fcc4e3d048c0d5a.zip |
fix(examples): incorrect StackBlitz demo URLs (#3584)
-rw-r--r-- | examples/basics/README.md | 2 | ||||
-rw-r--r-- | examples/integrations-playground/README.md | 6 | ||||
-rw-r--r-- | examples/subpath/README.md | 2 | ||||
-rw-r--r-- | examples/with-markdown-shiki/README.md | 2 | ||||
-rw-r--r-- | 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) -[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/starter) +[](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 ``` -[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/integration-playground) +[](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 ``` -[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/subpath) +[](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 ``` -[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown) +[](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 ``` -[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-vite-plugin-pwa) > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! |