Skip to content

Commit 252bd06

Browse files
committed
fix: doc links on readme
1 parent 9c5e266 commit 252bd06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Simple stack is a suite of tools built for [Astro](https://astro.build) to simpl
88

99
Simple stack offers a growing collection of packages:
1010

11-
- **[πŸ”Ž Simple query](/query):** The simplest way to query elements from your Astro component.
12-
- **[🌊 Simple stream](/stream):** Suspend Astro components with fallback content.
13-
- **[πŸ§˜β€β™‚οΈ Simple form](/form):** A full stack solution to validate forms with your client framework of choice.
14-
- **[πŸ”Ž Simple scope](/scope):** A scoped ID generator for any file you're in. Perfect for form label IDs and query selectors.
11+
- **[πŸ”Ž Simple query](https://simple-stack.dev/query):** The simplest way to query elements from your Astro component.
12+
- **[🌊 Simple stream](https://simple-stack.dev/stream):** Suspend Astro components with fallback content.
13+
- **[πŸ§˜β€β™‚οΈ Simple form](https://simple-stack.dev/form):** A full stack solution to validate forms with your client framework of choice.
14+
- **[πŸ”Ž Simple scope](https://simple-stack.dev/scope):** A scoped ID generator for any file you're in. Perfect for form label IDs and query selectors.
1515

1616
## Get involved
1717

0 commit comments

Comments
Β (0)