Skip to content

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Mar 8, 2024
1 parent ff0963d commit 5a667be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/docs/astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineConfig } from "astro/config"
import starlight from "@astrojs/starlight"
import starlightLinksValidator from "starlight-links-validator"

// https://astro.build/config
export default defineConfig({
Expand All @@ -26,6 +27,7 @@ export default defineConfig({
},
tagline: "AWS CDK constructs for Astro",
title: "Astro AWS",
plugins: [starlightLinksValidator()],
}),
],
output: "static",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/guides/02-query-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Describes how to access query parameters on the server.

## Setup

Follow the [getting started guide](./getting-started) to create a new Astro project with the Astro AWS adapter.
Follow the [getting started guide](/guides/01-getting-started) to create a new Astro project with the Astro AWS adapter.

## Allowing Query Parameters

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/guides/03-cookies.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Describes how to access cookies on the server.

## Setup

Follow the [getting started guide](./getting-started) to create a new Astro project with the Astro AWS adapter.
Follow the [getting started guide](/guides/01-getting-started) to create a new Astro project with the Astro AWS adapter.

## Allowing Cookies

Expand Down

0 comments on commit 5a667be

Please sign in to comment.