summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar 李瑞丰 <liruifeng1024@gmail.com> 2022-11-15 10:12:14 +0800
committerGravatar GitHub <noreply@github.com> 2022-11-14 22:12:14 -0400
commit10f6faca381facacf2d0154411024ca637e4952d (patch)
treea041a6bd59e4dc01eb29f48b7eb1dc2526a5bbca
parent6ff1399e98ed624842a81dccc1b07eee2d4a5bfb (diff)
downloadastro-10f6faca381facacf2d0154411024ca637e4952d.tar.gz
astro-10f6faca381facacf2d0154411024ca637e4952d.tar.zst
astro-10f6faca381facacf2d0154411024ca637e4952d.zip
docs: fix compiler project url (#5401)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b779ee8df..f8f36d12a 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Several official projects are maintained outside of this repo:
| Project | Repository |
| ------------------------------------------------------------------- | ----------------------------------------------------------------------- |
-| [@astrojs/compiler](packages/integrations/compiler) | [withastro/compiler](https://github.com/withastro/compiler) |
+| [@astrojs/compiler](https://github.com/withastro/compiler) | [withastro/compiler](https://github.com/withastro/compiler) |
| [Astro Language Tools](https://github.com/withastro/language-tools) | [withastro/language-tools](https://github.com/withastro/language-tools) |