summaryrefslogtreecommitdiff
path: root/www/src/pages/blog/introducing-astro.astro
diff options
context:
space:
mode:
Diffstat (limited to 'www/src/pages/blog/introducing-astro.astro')
-rw-r--r--www/src/pages/blog/introducing-astro.astro8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/src/pages/blog/introducing-astro.astro b/www/src/pages/blog/introducing-astro.astro
index 07ac8737c..7b934bc15 100644
--- a/www/src/pages/blog/introducing-astro.astro
+++ b/www/src/pages/blog/introducing-astro.astro
@@ -41,7 +41,7 @@ let lang = 'en';
This post marks the first public beta release of Astro. **Missing features and bugs are still to be expected at this early stage.** There are still some months to go before an official 1.0 release, but there are already several fast sites built with Astro in production today. We would love your early feedback as we move towards a v1.0 release later this year.
<Note>
- To learn more about Astro and start building your first site, check out [the project README.](https://github.com/snowpackjs/astro#-guides)
+ To learn more about Astro and start building your first site, check out [our Getting Started guide.](https://docs.astro.build)
</Note>
## Getting Started
@@ -62,7 +62,7 @@ npm start
`} />
<Note>
- To learn more about Astro and start building your first site, check out [the project README.](https://github.com/snowpackjs/astro#-guides)
+ To learn more about Astro and start building your first site, check out [our Getting Started guide.](https://docs.astro.build)
</Note>
@@ -81,7 +81,7 @@ npm start
This new approach to web architecture is called [islands architecture](https://jasonformat.com/islands-architecture/). We didn't coin the term, but Astro may have perfected the technique. We are confident that an HTML-first, JavaScript-only-as-needed approach is the best solution for the majority of content-based websites.
<Note>
- To learn more about Astro and start building your first site, check out [the project README.](https://github.com/snowpackjs/astro#-guides)
+ To learn more about Astro and start building your first site, check out [our Getting Started guide.](https://docs.astro.build)
</Note>
## Embracing the Pit of Success
@@ -111,7 +111,7 @@ npm start
Finally, I'd like to give a **HUGE** thanks to the 300+ developers who joined our earliest private beta. Your feedback has been essential in shaping Astro into the tool it is today. If you're interested in getting involved (or just following along with development) please [join us on Discord.](https://astro.build/chat)
<Note>
- To learn more about Astro and start building your first site, check out [the project README.](https://github.com/snowpackjs/astro#-guides)
+ To learn more about Astro and start building your first site, check out [our Getting Started guide.](https://docs.astro.build)
</Note>
</Markdown>
</BlogPost>