We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664c251 commit a194099Copy full SHA for a194099
content/ko/docs/contribute/new-content/open-a-pr.md
@@ -321,7 +321,7 @@ website의 컨테이너 이미지를 만들거나 Hugo를 로컬에서 실행할
321
make container-serve
322
```
323
324
-3. 웹 브라우저에서 `https://localhost:1313` 로 이동한다. Hugo는
+3. 웹 브라우저에서 `http://localhost:1313` 로 이동한다. Hugo는
325
변경 사항을 보고 필요에 따라 사이트를 다시 구축한다.
326
327
4. 로컬의 Hugo 인스턴스를 중지하려면, 터미널로 돌아가서 `Ctrl+C` 를 입력하거나,
@@ -349,7 +349,7 @@ website의 컨테이너 이미지를 만들거나 Hugo를 로컬에서 실행할
349
hugo server --buildFuture
350
351
352
-4. 웹 브라우저에서 `https://localhost:1313` 으로 이동한다. Hugo는
+4. 웹 브라우저에서 `http://localhost:1313` 으로 이동한다. Hugo는
353
354
355
5. 로컬의 Hugo 인스턴스를 중지하려면, 터미널로 돌아가서 `Ctrl+C` 를 입력하거나,
0 commit comments