From 885a9db52e964cbda14bcbba705ec07af02a0a26 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Mon, 6 Apr 2020 16:33:53 -0700 Subject: [PATCH] Update jsonpatch.md --- examples/jsonpatch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jsonpatch.md b/examples/jsonpatch.md index 7c9a843e0..883c22878 100644 --- a/examples/jsonpatch.md +++ b/examples/jsonpatch.md @@ -198,4 +198,4 @@ kustomize build $DEMO_HOME | tail -n 8 |\ ``` To see how to apply one JSON patch to many resources, -see the [multi-patch](../patchMultipleObjects.md) demo. +see the [multi-patch](patchMultipleObjects.md) demo.