change HEAD to blob/HEAD, and add blob in versioned-docs.sh

This commit is contained in:
Chao Xu
2015-11-16 17:13:49 -08:00
parent 65c285f5ab
commit 0c913ed5a1
14 changed files with 14 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ JSON and YAML formats are accepted. If replacing an existing resource, the
complete resource spec must be provided. This can be obtained by
$ kubectl get TYPE NAME -o yaml
Please refer to the models in https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/HEAD/docs/api-reference/v1/definitions.html to find if a field is mutable.`
Please refer to the models in https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/definitions.html to find if a field is mutable.`
replace_example = `# Replace a pod using the data in pod.json.
$ kubectl replace -f ./pod.json