Skip to content

Commit 1f9e485

Browse files
authored
Integration README fixes (#3865)
* Remove stray XML tag in sitemap integration README * Fix link errors * Add changeset
1 parent 70b0246 commit 1f9e485

8 files changed

Lines changed: 17 additions & 8 deletions

File tree

.changeset/breezy-ravens-sort.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@astrojs/deno': patch
3+
'@astrojs/image': patch
4+
'@astrojs/netlify': patch
5+
'@astrojs/node': patch
6+
'@astrojs/prefetch': patch
7+
'@astrojs/sitemap': patch
8+
'@astrojs/vercel': patch
9+
---
10+
11+
Small README fixes

packages/integrations/deno/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default defineConfig({
4242

4343
## Usage
4444

45-
After [performing a build](https://docs.astro.build/en/guides/deploy/#building-the-app) there will be a `dist/server/entry.mjs` module. You can start a server by importing this module in your Deno app:
45+
After [performing a build](https://docs.astro.build/en/guides/deploy/#building-your-site-locally) there will be a `dist/server/entry.mjs` module. You can start a server by importing this module in your Deno app:
4646

4747
```js
4848
import './dist/entry.mjs';

packages/integrations/image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
This **[Astro integration][astro-integration]** makes it easy to optimize images in your [Astro project](https://astro.build), with full support for SSG builds and server-side rendering!
66

7-
- <strong>[Why `@astrojs/image`?](#why-astrojs-image)</strong>
7+
- <strong>[Why `@astrojs/image`?](#why-astrojsimage)</strong>
88
- <strong>[Installation](#installation)</strong>
99
- <strong>[Usage](#usage)</strong>
1010
- <strong>[Configuration](#configuration)</strong>

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

packages/integrations/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default defineConfig({
4343

4444
## Usage
4545

46-
After [performing a build](https://docs.astro.build/en/guides/deploy/#building-the-app) there will be a `dist/server/entry.mjs` module that exposes a `handler` function. This works like a [middleware](https://expressjs.com/en/guide/using-middleware.html) function: it can handle incoming requests and respond accordingly.
46+
After [performing a build](https://docs.astro.build/en/guides/deploy/#building-your-site-locally) there will be a `dist/server/entry.mjs` module that exposes a `handler` function. This works like a [middleware](https://expressjs.com/en/guide/using-middleware.html) function: it can handle incoming requests and respond accordingly.
4747

4848

4949
### Using a middleware framework

packages/integrations/prefetch/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
- <strong>[Examples](#examples)</strong>
88
- <strong>[Troubleshooting](#troubleshooting)</strong>
99
- <strong>[Contributing](#contributing)</strong>
10-
- <strong>[Changelog](#changelog)</strong>
1110

1211
## Why Prefetch?
1312

packages/integrations/sitemap/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ Example of generated sitemap content for a two-page website:
109109
```
110110

111111
**sitemap-0.xml**
112-
<?xml version="1.0" encoding="UTF-8"?>
113112

114113
```xml
115114
<?xml version="1.0" encoding="UTF-8"?>

packages/integrations/vercel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import vercel from '@astrojs/vercel/static';
5959

6060
## Usage
6161

62-
📚 **[Read the full deployment guide here.](https://docs.astro.build/en/guides/deploy/vercel)**
62+
📚 **[Read the full deployment guide here.](https://docs.astro.build/en/guides/deploy/vercel/)**
6363

6464
You can deploy by CLI (`vercel deploy`) or by connecting your new repo in the [Vercel Dashboard](https://vercel.com/). Alternatively, you can create a production build locally:
6565

0 commit comments

Comments
 (0)