Update docs in compiler messages (#710)

* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/`

* convert links to docs site links

* Fix broken links that didn't work w/ the regex.

* Add changeset

* Delete five-weeks-destroy.md

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
This commit is contained in:
Caleb Jasik
2021-07-16 06:01:31 -05:00
committed by GitHub
parent f64ff85b26
commit 6d06fce6d2
19 changed files with 33 additions and 33 deletions

View File

@ -4,7 +4,7 @@ import Counter from '../components/Counter.vue'
// Full Astro Component Syntax:
// https://github.com/snowpackjs/astro/blob/main/docs/core-concepts/astro-components.md
// https://docs.astro.build/core-concepts/astro-components/
---
<html lang="en">
<head>