summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/basics/README.md2
-rw-r--r--examples/integrations-playground/README.md6
-rw-r--r--examples/subpath/README.md2
-rw-r--r--examples/with-markdown-shiki/README.md2
-rw-r--r--examples/with-vite-plugin-pwa/README.md2
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!