Fix links to locate Korean docs (#16277)

* Fix links to locate Korean docs

* Fix typo
This commit is contained in:
Geunho Kim
2019-09-17 10:36:23 +09:00
committed by Kubernetes Prow Robot
parent e3a04f3029
commit 48d73a6443
6 changed files with 26 additions and 26 deletions
+6 -6
View File
@@ -21,32 +21,32 @@ cards:
title: "기초 이해하기"
description: "쿠버네티스와 쿠버네티스의 기본 개념을 배운다."
button: "개념 배우기"
button_path: "/docs/concepts"
button_path: "/ko/docs/concepts"
- name: tutorials
title: "쿠버네티스 사용해보기"
description: "쿠버네티스에 애플리케이션을 배포하는 방법을 튜토리얼을 따라하며 배운다."
button: "튜토리얼 보기"
button_path: "/docs/tutorials"
button_path: "/ko/docs/tutorials"
- name: setup
title: "클러스터 구축하기"
description: "보유한 자원과 요구에 맞게 동작하는 쿠버네티스를 구축한다."
button: "쿠버네티스 구축하기"
button_path: "/docs/setup"
button_path: "/ko/docs/setup"
- name: tasks
title: "쿠버네티스 사용법 배우기"
description: "일반적인 태스크와 이를 수행하는 방법을 여러 단계로 구성된 짧은 시퀀스를 통해 살펴본다."
button: "태스크 보기"
button_path: "/docs/tasks"
button_path: "/ko/docs/tasks"
- name: reference
title: 레퍼런스 정보 찾기
description: 용어, 커맨드 라인 구문, API 자원 종류, 그리고 설치 툴 문서를 살펴본다.
button: 레퍼런스 보기
button_path: /docs/reference
button_path: "/ko/docs/reference"
- name: contribute
title: 문서에 기여하기
description: 이 프로젝트가 처음인 사람이든, 오래 활동한 사람이든 상관없이 누구나 기여할 수 있다.
button: 문서에 기여하기
button_path: /docs/contribute
button_path: "/ko/docs/contribute"
- name: download
title: 쿠버네티스 내려받기
description: 쿠버네티스를 설치하거나 최신의 버전으로 업그레이드하는 경우, 현재 릴리스 노트를 참고한다.