Skip to content

Commit

Permalink
fix: doc links on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 22, 2024
1 parent 9c5e266 commit 252bd06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Simple stack is a suite of tools built for [Astro](https://astro.build) to simpl

Simple stack offers a growing collection of packages:

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

## Get involved

Expand Down

0 comments on commit 252bd06

Please sign in to comment.