Fix broken link of cluster_spec.md

This commit is contained in:
vendrov 2016-12-12 17:04:22 +02:00 committed by GitHub
parent c474bc28b3
commit 3a9ffd1f92
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ Values:
* unset means to use the default policy, which is currently to apply OS security updates unless they require a reboot * unset means to use the default policy, which is currently to apply OS security updates unless they require a reboot
``` ```
Additionally, consider adding documentation of your new feature to the docs in [/docs](/). If your feature touches configuration options in `config` or `cluster.spec`, document them in [cluster_spec.md](cluster_spec.md). Additionally, consider adding documentation of your new feature to the docs in [/docs](/). If your feature touches configuration options in `config` or `cluster.spec`, document them in [cluster_spec.md](https://github.com/kubernetes/kops/blob/master/docs/cluster_spec.md).
## Testing ## Testing