diff options
author | 2021-04-27 13:42:03 -0500 | |
---|---|---|
committer | 2021-04-27 13:42:03 -0500 | |
commit | 73b7827b40ae33664877156850ecf04302fa668a (patch) | |
tree | bab8d916d06238bd859435c13b2c7390936a9cba /docs/cli.md | |
parent | 41c64b30af7ed34c1a870b6f273a2889fa2df102 (diff) | |
download | astro-73b7827b40ae33664877156850ecf04302fa668a.tar.gz astro-73b7827b40ae33664877156850ecf04302fa668a.tar.zst astro-73b7827b40ae33664877156850ecf04302fa668a.zip |
chore: update docs to new defaults (#133)
Diffstat (limited to 'docs/cli.md')
-rw-r--r-- | docs/cli.md | 4 |
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`. |