diff options
author | 2021-07-16 06:01:31 -0500 | |
---|---|---|
committer | 2021-07-16 07:01:31 -0400 | |
commit | 6d06fce6d2f47ee793b98b970212b27e8dc059f2 (patch) | |
tree | e8424c9266de0886e8fb3c133da7f87e2eeacb11 /packages/astro-parser | |
parent | f64ff85b267b732dc2598bb9c80418622e435cfb (diff) | |
download | astro-6d06fce6d2f47ee793b98b970212b27e8dc059f2.tar.gz astro-6d06fce6d2f47ee793b98b970212b27e8dc059f2.tar.zst astro-6d06fce6d2f47ee793b98b970212b27e8dc059f2.zip |
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>
Diffstat (limited to 'packages/astro-parser')
-rw-r--r-- | packages/astro-parser/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-parser/CHANGELOG.md b/packages/astro-parser/CHANGELOG.md index 77caf285f..3f4fca4b1 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -66,4 +66,4 @@ - b3886c2: Enhanced **Markdown** support! Markdown processing has been moved from `micromark` to `remark` to prepare Astro for user-provided `remark` plugins _in the future_. - This change also introduces a built-in `<Markdown>` component for embedding Markdown and any Astro-supported component format inside of `.astro` files. [Read more about Astro's Markdown support.](https://github.com/snowpackjs/astro/blob/main/docs/markdown.md) + This change also introduces a built-in `<Markdown>` component for embedding Markdown and any Astro-supported component format inside of `.astro` files. [Read more about Astro's Markdown support.](https://docs.astro.build/markdown/) |