Skip to content

Commit 1457810

Browse files
authored
Merge pull request #48387 from sftim/20241016_fix_preview_typo
Fix wrong URL scheme for local preview
2 parents 6e979bd + cd4f411 commit 1457810

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)