Fix a broken anchor (#12215)

The title of this section has been changed so since the anchor is
automatically computed, links were broken.

Stems from da9722af.
This commit is contained in:
Robin Dupret
2019-01-15 02:28:04 +01:00
committed by Kubernetes Prow Robot
parent c464fd602f
commit 9b55294ae4
4 changed files with 5 additions and 5 deletions
@@ -49,7 +49,7 @@ where `command`, `TYPE`, `NAME`, and `flags` are:
* To specify resources with one or more files: `-f file1 -f file2 -f file<#>`
* [Use YAML rather than JSON](/docs/concepts/configuration/overview/#general-config-tips) since YAML tends to be more user-friendly, especially for configuration files.<br/>
* [Use YAML rather than JSON](/docs/concepts/configuration/overview/#general-configuration-tips) since YAML tends to be more user-friendly, especially for configuration files.<br/>
Example: `$ kubectl get pod -f ./pod.yaml`
* `flags`: Specifies optional flags. For example, you can use the `-s` or `--server` flags to specify the address and port of the Kubernetes API server.<br/>