diff --git a/posts/chapters.md b/posts/chapters.md index fbfa82d..903456f 100644 --- a/posts/chapters.md +++ b/posts/chapters.md @@ -1,7 +1,7 @@ # Chapters 여기에는 Chapters에 포함된 글들의 목록이 나옵니다: -- [VM과 컨테이너](posts/chapter1/container.md) -- [Kubernetes란](posts/chapter2/About_Kubernetes.md) -- [Terrform으로 EKS 생성하기](posts/chapter3/EKS_Terraform.md) -- [Kuberentes 기본 리소스](posts/chapter4/Kuberentes_Resources.md) +- [VM과 컨테이너](chapter1/container.md) +- [Kubernetes란](chapter2/About_Kubernetes.md) +- [Terrform으로 EKS 생성하기](chapter3/EKS_Terraform.md) +- [Kuberentes 기본 리소스](chapter4/Kuberentes_Resources.md) diff --git a/posts/tips.md b/posts/tips.md index 1f08e0f..622d57f 100644 --- a/posts/tips.md +++ b/posts/tips.md @@ -1,4 +1,4 @@ # TIPS 여기에는 TIPS에 포함된 글들의 목록이 나옵니다: -- [Docker 이미지 경량화](posts/tips/Docker_Optimization.md) +- [Docker 이미지 경량화](tips/Docker_Optimization.md)