Skip to content

Commit

Permalink
fix(examples): incorrect StackBlitz demo URLs (#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florens Verschelde committed Jun 13, 2022
1 parent 2a798cc commit 6172cb9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/basics/README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
6 changes: 3 additions & 3 deletions examples/integrations-playground/README.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion examples/subpath/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 6172cb9

Please sign in to comment.