From 6adf9b4101fac48d3d0097ae8496526c913bfc2f Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:14:21 +0530 Subject: [PATCH] docs: update docs/guide/getting-started.md --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index bba69d0e..52f0e73b 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -103,7 +103,7 @@ Let's add another page to the site. Create a file name `getting-started.md` alon └─ package.json ``` -Then, try to access `http://localhost:5173/guide/getting-started.html` and you should see the content of `getting-started` is shown. +Then, try to access `http://localhost:5173/getting-started.html` and you should see the content of `getting-started` is shown. This is how VitePress works basically. The directory structure corresponds with the URL path. You add files, and just try to access it.