From 3a9ffd1f92b96443d3d07f440cf9057a9f3159e3 Mon Sep 17 00:00:00 2001 From: vendrov Date: Mon, 12 Dec 2016 17:04:22 +0200 Subject: [PATCH] Fix broken link of cluster_spec.md --- docs/development/adding_a_feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/adding_a_feature.md b/docs/development/adding_a_feature.md index 2cfdce7e1e..0bb92994d5 100644 --- a/docs/development/adding_a_feature.md +++ b/docs/development/adding_a_feature.md @@ -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 ``` -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