diff options
author | 2022-01-18 17:04:45 -0600 | |
---|---|---|
committer | 2022-01-18 17:04:45 -0600 | |
commit | d9998a03ac11f74c0e5d6101935935f97708805e (patch) | |
tree | 5bd7169676364c92b28285bc83570ba8d66e7906 | |
parent | df3d71b41af624a0ea44e25cad987f25ee339883 (diff) | |
download | astro-d9998a03ac11f74c0e5d6101935935f97708805e.tar.gz astro-d9998a03ac11f74c0e5d6101935935f97708805e.tar.zst astro-d9998a03ac11f74c0e5d6101935935f97708805e.zip |
fix(readme): update image path
-rw-r--r-- | packages/astro/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/README.md b/packages/astro/README.md index 83267e60d..709ad86b5 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -1,5 +1,5 @@ <a href="https://astro.build"> - <img src="https://github.com/natemoo-re/astro/blob/hero/assets/social/banner.svg?raw=true" /> + <img src="https://github.com/withastro/astro/blob/main/assets/social/banner.svg?raw=true" /> </a> <div center> |