From 1cc97f90b18f2e185693359a3e89a9d08b633f9e Mon Sep 17 00:00:00 2001 From: Kazuki Suda Date: Thu, 15 Feb 2018 19:28:40 +0900 Subject: [PATCH 1/2] Fix the broken link in Markdown --- api/openapi-spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/openapi-spec/README.md b/api/openapi-spec/README.md index 167f7cec938..1c2e13adbe3 100644 --- a/api/openapi-spec/README.md +++ b/api/openapi-spec/README.md @@ -57,4 +57,4 @@ For example: ### `x-kubernetes-patch-strategy` and `x-kubernetes-patch-merge-key` Some of the definitions may have these extensions. For more information about PatchStrategy and PatchMergeKey see -[strategic-merge-patch] (https://github.com/kubernetes/community/blob/master/contributors/devel/strategic-merge-patch.md). +[strategic-merge-patch](https://github.com/kubernetes/community/blob/master/contributors/devel/strategic-merge-patch.md). From 6b40582acba423199c38e502ce1b9235f48f3fd7 Mon Sep 17 00:00:00 2001 From: Kazuki Suda Date: Fri, 16 Feb 2018 09:39:03 +0900 Subject: [PATCH 2/2] Change the strategic-merge-patch link to https://git.k8s.io/community/contributors/devel/strategic-merge-patch.md --- api/openapi-spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/openapi-spec/README.md b/api/openapi-spec/README.md index 1c2e13adbe3..58947fc1e45 100644 --- a/api/openapi-spec/README.md +++ b/api/openapi-spec/README.md @@ -57,4 +57,4 @@ For example: ### `x-kubernetes-patch-strategy` and `x-kubernetes-patch-merge-key` Some of the definitions may have these extensions. For more information about PatchStrategy and PatchMergeKey see -[strategic-merge-patch](https://github.com/kubernetes/community/blob/master/contributors/devel/strategic-merge-patch.md). +[strategic-merge-patch](https://git.k8s.io/community/contributors/devel/strategic-merge-patch.md).