Skip to content

Commit

Permalink
fix link format
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored and bluwy committed Aug 17, 2023
1 parent 5e6c8d3 commit 81aca17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ If you need more control when running Astro, the `"astro"` package also exports

### `AstroInlineConfig`

The `AstroInlineConfig` type is used by all of the command APIs below. It extends from the user [Astro config](../configuration-reference) type:
The `AstroInlineConfig` type is used by all of the command APIs below. It extends from the user [Astro config](/en/reference/configuration-reference/) type:

```ts
interface AstroInlineConfig extends AstroUserConfig {
Expand Down

0 comments on commit 81aca17

Please sign in to comment.