Skip to content

Commit c62ca89

Browse files
authored
docs: fix files outside the web root example (#1971)
1 parent 9076384 commit c62ca89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/going-buildless/serving.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Likewise, if you were to rename `index.html` to `main.html`, then `https://my-do
5050

5151
### Files Outside the Web Root
5252

53-
In the above examples, the server used the default web root `/var/www/html`, but we could also have configured it to use `/var/www/html/about`, e.g. by changing into that directory and starting a server from the command line
53+
In the above examples, the server used the default web root `/var/www/html`, but we could also have configured it to use `/var/www/html/about`, e.g. by changing into that directory and starting a server from the command line:
5454

5555
```
56-
cd /var/www/about
56+
cd /var/www/html/about
5757
http-server
5858
```
5959

0 commit comments

Comments
 (0)