fix links

This commit is contained in:
Chao Xu
2016-02-24 10:41:16 -08:00
parent 577eb94c68
commit 7a85d54d4e
13 changed files with 27 additions and 27 deletions

View File

@@ -175,7 +175,7 @@ hello-world 0/1 ExitCode:0 0 15s
## Viewing pod output
You probably want to see the output of the command you ran. As with [`docker logs`](https://docs.docker.com/userguide/usingdocker/), `kubectl logs` will show you the output:
You probably want to see the output of the command you ran. As with [`docker logs`](https://docs.docker.com/engine/reference/commandline/logs/), `kubectl logs` will show you the output:
```console
$ kubectl logs hello-world