diff options
author | 2022-06-13 18:22:20 +0200 | |
---|---|---|
committer | 2022-06-13 12:22:20 -0400 | |
commit | 6172cb9f9af648cc0c29be034fcc4e3d048c0d5a (patch) | |
tree | a43e929c9bb4a5bd3c16f5d73918296e0f1a8731 /examples/basics | |
parent | 2a798cc926ec50bdb79f53498d4e43db68cf571f (diff) | |
download | astro-6172cb9f9af648cc0c29be034fcc4e3d048c0d5a.tar.gz astro-6172cb9f9af648cc0c29be034fcc4e3d048c0d5a.tar.zst astro-6172cb9f9af648cc0c29be034fcc4e3d048c0d5a.zip |
fix(examples): incorrect StackBlitz demo URLs (#3584)
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/README.md | 2 |
1 files changed, 1 insertions, 1 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! |