diff --git a/.changeset/honest-moose-type.md b/.changeset/honest-moose-type.md new file mode 100644 index 000000000000..4f01d72f908c --- /dev/null +++ b/.changeset/honest-moose-type.md @@ -0,0 +1,5 @@ +--- +"@astrojs/netlify": patch +--- + +Fix README GitHub search link diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index eb1ae8878d6f..b0ea844ca190 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -253,8 +253,7 @@ export function get() { - The [Astro Netlify Edge Starter](https://github.com/sarahetter/astro-netlify-edge-starter) provides an example and a guide in the README. -- [Browse Astro Netlify projects on GitHub](https://github.com/search?q=%22%40astrojs%2Fnetlify%22+filename%3Apackage.json&type=Code) for more examples! - +- [Browse Astro Netlify projects on GitHub](https://github.com/search?q=path%3A**%2Fastro.config.mjs+%40astrojs%2Fnetlify&type=code) for more examples! ## Troubleshooting For help, check out the `#support` channel on [Discord](https://astro.build/chat). Our friendly Support Squad members are here to help!