diff options
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r-- | packages/integrations/netlify/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index a669227af..b34c3ba53 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -56,9 +56,9 @@ export default defineConfig({ ``` ## Usage -[Read the full deployment guide here.](https://docs.astro.build/en/guides/deploy/vercel) +[Read the full deployment guide here.](https://docs.astro.build/en/guides/deploy/netlify/) -After [performing a build](https://docs.astro.build/en/guides/deploy/#building-the-app) the `netlify/` folder will contain [Netlify Functions](https://docs.netlify.com/functions/overview/) in the `netlify/functions/` folder. +After [performing a build](https://docs.astro.build/en/guides/deploy/#building-your-site-locally) the `netlify/` folder will contain [Netlify Functions](https://docs.netlify.com/functions/overview/) in the `netlify/functions/` folder. Now you can deploy. Install the [Netlify CLI](https://docs.netlify.com/cli/get-started/) and run: |