From fdc6a5afd6003e79d189d95e02d0749ce8aa304a Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Thu, 30 Mar 2017 01:12:16 +0800 Subject: [PATCH] Fix the urls (#3052) * Fix the urls Fix the urls * update to v1.6 update to v1.6 * update to v1.6 --- docs/concepts/configuration/container-command-args.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/configuration/container-command-args.md b/docs/concepts/configuration/container-command-args.md index c2dafaadfa..9d01d99e0c 100644 --- a/docs/concepts/configuration/container-command-args.md +++ b/docs/concepts/configuration/container-command-args.md @@ -77,9 +77,9 @@ Here are some examples: * [Defining a Command and Arguments for a Container](/docs/tasks/configure-pod-container/define-command-argument-container/) -* [Running Commands in a Container with kubectl exec](/docs/user-guide/getting-into-containers/) +* [Getting a Shell to a Running Container](/docs/tasks/kubectl/get-shell-running-container/) -* [Container](/docs/api-reference/v1/definitions/#_v1_container) +* [Container](/docs/api-reference/v1.6/#container-v1-core) * [Docker Entrypoint field](https://docs.docker.com/engine/reference/builder/)