diff options
author | 2022-11-15 10:12:14 +0800 | |
---|---|---|
committer | 2022-11-14 22:12:14 -0400 | |
commit | 10f6faca381facacf2d0154411024ca637e4952d (patch) | |
tree | a041a6bd59e4dc01eb29f48b7eb1dc2526a5bbca | |
parent | 6ff1399e98ed624842a81dccc1b07eee2d4a5bfb (diff) | |
download | astro-10f6faca381facacf2d0154411024ca637e4952d.tar.gz astro-10f6faca381facacf2d0154411024ca637e4952d.tar.zst astro-10f6faca381facacf2d0154411024ca637e4952d.zip |
docs: fix compiler project url (#5401)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) | |