Skip to content

Commit 6613185

Browse files
authored
Merge pull request #48428 from my-git9/pp-6417
[zh-cn] sync open-a-pr.md
2 parents 2bd308e + 5ded85d commit 6613185

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh-cn/docs/contribute/new-content/open-a-pr.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,13 +524,13 @@ variable to override this behaviour.
524524
```
525525

526526
<!--
527-
1. In a web browser, navigate to `https://localhost:1313`. Hugo watches the
527+
1. In a web browser, navigate to `http://localhost:1313`. Hugo watches the
528528
changes and rebuilds the site as needed.
529529
530530
1. To stop the local Hugo instance, go back to the terminal and type `Ctrl+C`,
531531
or close the terminal window.
532532
-->
533-
3. 启动浏览器,浏览 `https://localhost:1313`
533+
3. 启动浏览器,浏览 `http://localhost:1313`
534534
Hugo 会监测文件的变更并根据需要重新构建网站。
535535

536536
4. 要停止本地 Hugo 实例,可返回到终端并输入 `Ctrl+C`,或者关闭终端窗口。
@@ -572,13 +572,13 @@ Alternately, install and use the `hugo` command on your computer:
572572
```
573573

574574
<!--
575-
1. In a web browser, navigate to `https://localhost:1313`. Hugo watches the
575+
1. In a web browser, navigate to `http://localhost:1313`. Hugo watches the
576576
changes and rebuilds the site as needed.
577577
578578
1. To stop the local Hugo instance, go back to the terminal and type `Ctrl+C`,
579579
or close the terminal window.
580580
-->
581-
4. 在浏览器的地址栏输入: `https://localhost:1313`
581+
4. 在浏览器的地址栏输入: `http://localhost:1313`
582582
Hugo 会监测文件的变更并根据需要重新构建网站。
583583

584584
5. 要停止本地 Hugo 实例,返回到终端窗口并输入 `Ctrl+C` 或者关闭终端窗口。

0 commit comments

Comments
 (0)