diff options
author | 2023-10-02 22:33:24 +0800 | |
---|---|---|
committer | 2023-10-02 16:33:24 +0200 | |
commit | 6db2687ef01c5b831d2e4783c57fef539e2de214 (patch) | |
tree | 4619cff2d569439704ae509669487c01b333b337 | |
parent | 5fb6a266f8946bf378fc7bace3ffe21ddf1f46e4 (diff) | |
download | astro-6db2687ef01c5b831d2e4783c57fef539e2de214.tar.gz astro-6db2687ef01c5b831d2e4783c57fef539e2de214.tar.zst astro-6db2687ef01c5b831d2e4783c57fef539e2de214.zip |
fix(deno): link to adapter repo (#8712)
-rw-r--r-- | packages/integrations/deno/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/deno/README.md b/packages/integrations/deno/README.md index 2428b341c..53db97349 100644 --- a/packages/integrations/deno/README.md +++ b/packages/integrations/deno/README.md @@ -1,3 +1,3 @@ # @astrojs/deno 🦖 -This adapter is no longer maintained by Astro. Please see [the new repository for the Deno adapter](https://github.com/withastro/netlify-adapter) which is now maintained by the Deno organization. +This adapter is no longer maintained by Astro. Please see [the new repository for the Deno adapter](https://github.com/denoland/deno-astro-adapter) which is now maintained by the Deno organization. |