Skip to content

Commit

Permalink
fix link format
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 committed Aug 16, 2023
1 parent a44b239 commit 09a3fef
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 09a3fef

Please sign in to comment.