Skip to content

Commit 0098f83

Browse files
authored
Integration README fixes (#3865)
* Remove stray XML tag in sitemap integration README * Fix link errors * Add changeset
1 parent 7f5091d commit 0098f83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/integrations/netlify/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ export default defineConfig({
5656
```
5757
## Usage
5858

59-
[Read the full deployment guide here.](https://docs.astro.build/en/guides/deploy/vercel)
59+
[Read the full deployment guide here.](https://docs.astro.build/en/guides/deploy/netlify/)
6060

61-
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.
61+
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.
6262

6363
Now you can deploy. Install the [Netlify CLI](https://docs.netlify.com/cli/get-started/) and run:
6464

0 commit comments

Comments
 (0)