summaryrefslogtreecommitdiff
path: root/docs/cli.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli.md')
-rw-r--r--docs/cli.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli.md b/docs/cli.md
index 67f0ae631..592cf1635 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -32,7 +32,7 @@ Print the help message and exit.
#### `astro dev`
-Runs the Astro development server. This starts an HTTP server that responds to requests for pages stored in `astro/pages` (or which folder is specified in your [configuration](../README.md##%EF%B8%8F-configuration)).
+Runs the Astro development server. This starts an HTTP server that responds to requests for pages stored in `src/pages` (or which folder is specified in your [configuration](../README.md##%EF%B8%8F-configuration)).
See the [dev server](./dev.md) docs for more information on how the dev server works.
@@ -40,4 +40,4 @@ __Flags__
##### `--port`
-Specifies should port to run on. Defaults to `3000`. \ No newline at end of file
+Specifies should port to run on. Defaults to `3000`.