Fix relative link (#1613)
From: `https://docs.astro.build/quick-start/installation` To: `https://docs.astro.build/installation`
This commit is contained in:
parent
384bef3ebc
commit
08524613bb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ npm run dev
|
|||
npm run build
|
||||
```
|
||||
|
||||
To learn more about installing and using Astro for the first time, please [read our installation guide.](installation)
|
||||
To learn more about installing and using Astro for the first time, please [read our installation guide.](/installation)
|
||||
|
||||
If you prefer to learn by example, check out our [complete library of examples](https://github.com/snowpackjs/astro/tree/main/examples) on GitHub. You can check out any of these examples locally by running `npm init astro -- --template "EXAMPLE_NAME"`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue