From f2c20f5f6645fd339d649e5663f103410db0c949 Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Wed, 22 Mar 2023 19:51:21 +0900 Subject: [PATCH] Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md Co-authored-by: nasa9084 --- .../tutorials/services/pods-and-endpoint-termination-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md b/content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md index 245386301f..9facb8d43b 100644 --- a/content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md +++ b/content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md @@ -23,7 +23,7 @@ weight: 60 ## エンドポイント終了の流れの例 -以下は、[Podの終了](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)ドキュメントに記載されている流れの例です。 +以下は、[Podの終了](/ja/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)ドキュメントに記載されている流れの例です。 1つの`nginx`レプリカを含むDeployment(純粋にデモンストレーション目的です)とServiceがあるとします: