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.