fix htmlpreview links to point to subdictory

This commit is contained in:
Chao Xu
2015-10-21 15:45:52 -07:00
parent 236193a26d
commit 316bd058d0
13 changed files with 13 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ const (
JSON and YAML formats are accepted.
Please refer to the models in https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/HEAD/docs/api-reference/definitions.html to find if a field is mutable.`
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.`
patch_example = `
# Partially update a node using strategic merge patch
kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":true}}'