summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
authorGravatar Chris Swithinbank <swithinbank@gmail.com> 2022-07-08 21:56:24 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-08 21:56:24 +0200
commit1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc (patch)
tree1f9a0e8f3159fbcb9d3af2b904324ebabdb89219 /packages/integrations/netlify
parent70b0246d4c80204632533f44207e48482dab3399 (diff)
downloadastro-1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc.tar.gz
astro-1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc.tar.zst
astro-1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc.zip
Integration README fixes (#3865)
* Remove stray XML tag in sitemap integration README * Fix link errors * Add changeset
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r--packages/integrations/netlify/README.md4
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: