Skip to content

Commit cd4f411

Browse files
author
Tim Bannister
committed
Fix wrong URL scheme for local preview
1 parent 5cc2a00 commit cd4f411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/contribute/new-content/open-a-pr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ variable to override this behaviour.
320320
make container-serve
321321
```
322322

323-
1. In a web browser, navigate to `https://localhost:1313`. Hugo watches the
323+
1. In a web browser, navigate to `http://localhost:1313`. Hugo watches the
324324
changes and rebuilds the site as needed.
325325

326326
1. To stop the local Hugo instance, go back to the terminal and type `Ctrl+C`,
@@ -348,7 +348,7 @@ Alternately, install and use the `hugo` command on your computer:
348348
hugo server --buildFuture
349349
```
350350

351-
1. In a web browser, navigate to `https://localhost:1313`. Hugo watches the
351+
1. In a web browser, navigate to `http://localhost:1313`. Hugo watches the
352352
changes and rebuilds the site as needed.
353353

354354
1. To stop the local Hugo instance, go back to the terminal and type `Ctrl+C`,

0 commit comments

Comments
 (0)