Skip to content

Commit 3c2dc04

Browse files
authored
docs: fix vite install docs link for running dev server (#1608)
1 parent 5a22d94 commit 3c2dc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/0-getting-started/02-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Optionally, you may install a basic front-end scaffolding that includes [Vite](h
3737

3838
The assets created by this wizard, `main.entrypoint.ts` and `main.entrypoint.css`, are automatically discovered by Tempest. You can serve them using the [`<x-vite-tags />`](../1-essentials/03-views#x-vite-tags) component in your templates.
3939

40-
You may then [run the front-end development server](../1-essentials/04-asset-bundling#running-the-development-server), which will serve your assets on-the-fly:
40+
You may then [run the front-end development server](../2-features/02-asset-bundling.md#running-the-development-server), which will serve your assets on-the-fly:
4141

4242
```bash
4343
{:hl-keyword:npm:} run dev

0 commit comments

Comments
 (0)