Skip to content

Commit a194099

Browse files
committed
[ko] Fix wrong URL scheme
1 parent 664c251 commit a194099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎content/ko/docs/contribute/new-content/open-a-pr.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ website의 컨테이너 이미지를 만들거나 Hugo를 로컬에서 실행할
321321
make container-serve
322322
```
323323

324-
3. 웹 브라우저에서 `https://localhost:1313` 로 이동한다. Hugo는
324+
3. 웹 브라우저에서 `http://localhost:1313` 로 이동한다. Hugo는
325325
변경 사항을 보고 필요에 따라 사이트를 다시 구축한다.
326326

327327
4. 로컬의 Hugo 인스턴스를 중지하려면, 터미널로 돌아가서 `Ctrl+C` 를 입력하거나,
@@ -349,7 +349,7 @@ website의 컨테이너 이미지를 만들거나 Hugo를 로컬에서 실행할
349349
hugo server --buildFuture
350350
```
351351

352-
4. 웹 브라우저에서 `https://localhost:1313` 으로 이동한다. Hugo는
352+
4. 웹 브라우저에서 `http://localhost:1313` 으로 이동한다. Hugo는
353353
변경 사항을 보고 필요에 따라 사이트를 다시 구축한다.
354354

355355
5. 로컬의 Hugo 인스턴스를 중지하려면, 터미널로 돌아가서 `Ctrl+C` 를 입력하거나,

0 commit comments

Comments
 (0)