update link to /ja/docs/tasks/run-application/run-stateless-application-deployment/

This commit is contained in:
Naoki Oketani
2020-05-06 14:46:29 +09:00
parent 27d1a97299
commit ea0997dc9e
2 changed files with 2 additions and 2 deletions
@@ -52,7 +52,7 @@ export PATH=<path/to/kubernetes-directory>/platforms/linux/amd64:$PATH
### 例
新しいクラスターを試すには、[簡単なnginxの例](/docs/tasks/run-application/run-stateless-application-deployment/)を参照してください。
新しいクラスターを試すには、[簡単なnginxの例](/ja/docs/tasks/run-application/run-stateless-application-deployment/)を参照してください。
"Guestbook"アプリケーションは、Kubernetesを始めるもう一つのポピュラーな例です: [guestbookの例](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/guestbook/)