fix link to JSON merge patch (#8195)

The link was pointing falsely to the JSON patch RFC.
pull/8200/head
Marco Jantke 2018-04-26 19:41:05 +02:00 committed by k8s-ci-robot
parent 99dc517f5e
commit e80521bbb8
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ type PodSpec struct {
## Use a JSON merge patch to update a Deployment
A strategic merge patch is different from a
[JSON merge patch](https://tools.ietf.org/html/rfc6902).
[JSON merge patch](https://tools.ietf.org/html/rfc7386).
With a JSON merge patch, if you
want to update a list, you have to specify the entire new list. And the new list completely
replaces the existing list.