summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/quick-start.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md
index 71b0625ad..bb2c1fcbf 100644
--- a/docs/src/pages/quick-start.md
+++ b/docs/src/pages/quick-start.md
@@ -53,10 +53,10 @@ This will instruct Astro to build your site and save it directly to disk. Your a
Astro sites are static, so they can be deployed to your favourite host:
-- [Vercel](https://vercel.com/)
-- [Netlify](https://www.netlify.com/)
-- [S3 bucket](https://aws.amazon.com/s3/)
+- [AWS S3 bucket](https://aws.amazon.com/s3/)
- [Google Firebase](https://firebase.google.com/)
+- [Netlify](https://www.netlify.com/)
+- [Vercel](https://vercel.com/)
- [Read more about deploying Astro in our Deploy guide.](/guides/deploy)
## Next Steps